Skip to content

Commit

Permalink
Merge pull request #31 from storyblok/chore/release-1.0.0
Browse files Browse the repository at this point in the history
chore: remove alpha tag
  • Loading branch information
BibiSebi authored Jan 31, 2024
2 parents 41c9f53 + f272281 commit 5369351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build
run: yarn build
- name: Publish to NPM
run: npm publish --access public --tag alpha
run: npm publish --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storyblok/app-extension-auth",
"description": "A typed JavaScript library for handling authentication with Storyblok apps.",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Johannes Lindgren",
"email": "[email protected]"
Expand Down

0 comments on commit 5369351

Please sign in to comment.