Skip to content

Commit c5cbfb9

Browse files
authored
1.0.0 rc.0 (#5)
* chore: prepare for 1.0.0-rc.0 release * chore: make package public * chore: add publishConfig for public access * fix: add public access to publishConfig * chore: release 1.0.0
1 parent 08da6a8 commit c5cbfb9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbkable/react-native-speech-to-text",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Cross-platform speech recognition library for React Native using native APIs (Speech Framework & SpeechRecognizer)",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
@@ -64,6 +64,7 @@
6464
},
6565
"homepage": "https://github.com/adelbeke/react-native-speech-to-text#readme",
6666
"publishConfig": {
67+
"access": "public",
6768
"registry": "https://registry.npmjs.org/"
6869
},
6970
"devDependencies": {
@@ -119,10 +120,13 @@
119120
"tagName": "v${version}"
120121
},
121122
"npm": {
122-
"publish": true
123+
"publish": true,
124+
"tag": "next",
125+
"access": "public"
123126
},
124127
"github": {
125-
"release": true
128+
"release": true,
129+
"prerelease": true
126130
},
127131
"plugins": {
128132
"@release-it/conventional-changelog": {

0 commit comments

Comments
 (0)