Skip to content

Commit

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

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

- name: Publish package
run: pnpm publish --access public --no-git-checks
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.1",
"version": "1.2.2",
"type": "module",
"author": "Hoppscotch Team <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 3fb3614

Please sign in to comment.