Skip to content

Commit 3791137

Browse files
committed
chore: update version to 1.2.1
1 parent 848d798 commit 3791137

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
registry-url: https://registry.npmjs.org/
2626
cache: pnpm
2727

28+
- name: Build package and lib
29+
run: pnpm build:lib
30+
2831
- name: Publish package
2932
run: pnpm publish --access public --no-git-checks
3033
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hoppscotch/vue-sonner",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"type": "module",
55
"author": "Hoppscotch Team <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)