Skip to content

Commit

Permalink
chore: update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarulislam committed Jun 5, 2024
1 parent 848d798 commit 3791137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: pnpm

- name: Build package and lib
run: pnpm build:lib

- name: Publish package
run: pnpm publish --access public --no-git-checks
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoppscotch/vue-sonner",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"author": "Hoppscotch Team <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 3791137

Please sign in to comment.