We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d90f60 commit ec661c9Copy full SHA for ec661c9
2 files changed
.github/workflows/ci.yml
@@ -162,7 +162,7 @@ jobs:
162
git config --global user.name "GitHub Actions"
163
164
- name: Release
165
- run: yarn release --ci --npm.skipChecks
+ run: yarn release --ci
166
env:
167
NPM_CONFIG_PROVENANCE: true
168
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-zstd",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "ZSTD for React Native",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
0 commit comments