We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d63846b + 546773f commit b919e63Copy full SHA for b919e63
2 files changed
README.md
@@ -47,6 +47,7 @@ Successfully released QuickCrypto!
47
48
- Create pull request into cbx branch
49
- After the PR merged, publish to npm on cbx branch
50
-- Create git tag and github release
+- Create pull request for the version change to cbx branch
51
+- After version change PR merged, Create git tag and github release
52
- Example git tag: `v0.7.17-cbx.6`
53
- Using auto-generate notes from GitHub GUI
packages/react-native-quick-crypto/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coolwallet-app/react-native-quick-crypto",
3
- "version": "0.7.17-cbx.6",
+ "version": "0.7.17-cbx.7",
4
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
5
"packageManager": "bun@1.1.26",
6
"main": "lib/commonjs/index",
0 commit comments