Skip to content

Commit 587f532

Browse files
Bump version to 1.0.0
Also fix NPM_TOKEN secret name casing in CI workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c62472f commit 587f532

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": {
44
"i18nize-react": "src/index.js"
55
},
6-
"version": "0.12.0",
6+
"version": "1.0.0",
77
"description": "A babel plugin cli to automatically internationalize any react app",
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)