Skip to content

Commit c14f133

Browse files
committed
chore(release): 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2025-09-01) ### 🛠️ Other changes * **deps:** update nitro-codegen and react-native-nitro-modules to version 0.29.2 ([5175f6b](5175f6b)) * update Node.js engine requirement from >=18 to >=22 in package.json ([970c0df](970c0df))
1 parent 7fbb7bc commit c14f133

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.1](https://github.com/patrickkabwe/create-nitro-module/compare/v3.2.0...v3.2.1) (2025-09-01)
2+
3+
### 🛠️ Other changes
4+
5+
* **deps:** update nitro-codegen and react-native-nitro-modules to version 0.29.2 ([5175f6b](https://github.com/patrickkabwe/create-nitro-module/commit/5175f6b2d97861ea845e26d547b4a906646d62f6))
6+
* update Node.js engine requirement from >=18 to >=22 in package.json ([970c0df](https://github.com/patrickkabwe/create-nitro-module/commit/970c0df6d9c5d5cbd6dfa25dc770841abd5b43b9))
7+
18
## [3.2.0](https://github.com/patrickkabwe/create-nitro-module/compare/v3.1.0...v3.2.0) (2025-08-30)
29

310
### ✨ Features

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.2.0",
3+
"version": "3.2.1",
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)