Skip to content

Commit 3fb3614

Browse files
committed
chore: update version to 1.2.2
1 parent 3791137 commit 3fb3614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-npm.yml

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

28-
- name: Build package and lib
29-
run: pnpm build:lib
28+
- name: Build types
29+
run: pnpm build:types
3030

3131
- name: Publish package
3232
run: pnpm publish --access public --no-git-checks

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.1",
3+
"version": "1.2.2",
44
"type": "module",
55
"author": "Hoppscotch Team <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)