Skip to content

Commit efcbdc7

Browse files
committed
chore: release 0.6.10
1 parent a37dde1 commit efcbdc7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.6.10](https://github.com/shovel-kun/react-native-nitro-readium/compare/v0.6.9...v0.6.10) (2025-05-16)
4+
35
## [0.6.9](https://github.com/shovel-kun/react-native-nitro-readium/compare/v0.6.8...v0.6.9) (2025-05-16)
46

57
### 🐛 Bug Fixes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-native-nitro-readium",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "Nitro module package",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
77
"react-native": "src/index",
88
"source": "src/index",
99
"scripts": {
1010
"build": "rm -rf lib && bun typecheck && bob build",
11-
"build-plugins": "tsc -p plugins/tsconfig.json",
11+
"build:plugins": "tsc -p plugins/tsconfig.json",
1212
"typecheck": "tsc --noEmit",
1313
"clean": "git clean -dfX",
1414
"release": "release-it",
@@ -134,7 +134,7 @@
134134
},
135135
"hooks": {
136136
"before:init": "bun typecheck",
137-
"after:bump": "bun run build"
137+
"after:bump": "bun run build && bun run build:plugins"
138138
},
139139
"plugins": {
140140
"@release-it/bumper": {},

0 commit comments

Comments
 (0)