Skip to content

Commit 7d4e73b

Browse files
authored
Merge pull request #70 from patrickkabwe/changeset-release/main
chore(release): version package v1.1.0
2 parents f196a25 + a5be113 commit 7d4e73b

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/short-humans-tickle.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# create-nitro-module
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 1cb1b68: chore: remove support for pnpm and update docs
8+
chore: use bun.lock
9+
fix(android): app:mergeLibDexDebug
10+
chore: remove unused files
11+
fix: correct order of next steps
12+
chore: formatting
13+
fix(yarn): use codegen to run postscript
14+
chore: use codegen to run postscript
15+
feat: add yarn workflow
16+
317
## 1.1.0
418

519
### Minor Changes

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": "1.1.0",
3+
"version": "1.2.0",
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)