Skip to content

Commit 8937d36

Browse files
committed
chore(release): 3.3.2 [skip ci]
## [3.3.2](v3.3.1...v3.3.2) (2025-09-16) ### 🐛 Bug Fixes * include all view manager files in post-script.js ([af08747](af08747)) * skip postcodegen when kotlin is enabled ([d249e98](d249e98)) ### 🛠️ Other changes * **deps-dev:** bump @types/node from 24.3.1 to 24.4.0 ([738aeaa](738aeaa)) * **deps-dev:** bump eslint-plugin-n from 17.21.3 to 17.22.0 ([3effa3e](3effa3e)) * **deps-dev:** bump lefthook from 1.12.4 to 1.13.0 ([a9fc6df](a9fc6df)) * **deps-dev:** bump semantic-release from 24.2.7 to 24.2.8 ([614999c](614999c)) * **deps:** downgrade react-native from 0.81.4 to 0.81.1 ([55405d7](55405d7))
1 parent 7106211 commit 8937d36

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.3.2](https://github.com/patrickkabwe/create-nitro-module/compare/v3.3.1...v3.3.2) (2025-09-16)
2+
3+
### 🐛 Bug Fixes
4+
5+
* include all view manager files in post-script.js ([af08747](https://github.com/patrickkabwe/create-nitro-module/commit/af0874700782f375e1ac2ded720b1471ece5be1a))
6+
* skip postcodegen when kotlin is enabled ([d249e98](https://github.com/patrickkabwe/create-nitro-module/commit/d249e989bb1b87b6c7a7ca82dfd7c941f8660eec))
7+
8+
### 🛠️ Other changes
9+
10+
* **deps-dev:** bump @types/node from 24.3.1 to 24.4.0 ([738aeaa](https://github.com/patrickkabwe/create-nitro-module/commit/738aeaabb51e3d07daff7cc0160d45184a65814a))
11+
* **deps-dev:** bump eslint-plugin-n from 17.21.3 to 17.22.0 ([3effa3e](https://github.com/patrickkabwe/create-nitro-module/commit/3effa3e921d7cbe3e649381aa64d43eb321eb8a2))
12+
* **deps-dev:** bump lefthook from 1.12.4 to 1.13.0 ([a9fc6df](https://github.com/patrickkabwe/create-nitro-module/commit/a9fc6dfdd7c8b77dd75a2a84b99a75af4c36a6dc))
13+
* **deps-dev:** bump semantic-release from 24.2.7 to 24.2.8 ([614999c](https://github.com/patrickkabwe/create-nitro-module/commit/614999ca06013724d6eb2a01dddc65d3d528778d))
14+
* **deps:** downgrade react-native from 0.81.4 to 0.81.1 ([55405d7](https://github.com/patrickkabwe/create-nitro-module/commit/55405d7a5314240c0980615a627fe85207574641))
15+
116
## [3.3.1](https://github.com/patrickkabwe/create-nitro-module/compare/v3.3.0...v3.3.1) (2025-09-10)
217

318
### 🔄 Code Refactors

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nitro-module",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A CLI tool that simplifies creating React Native modules powered by Nitro Modules.",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)