Skip to content

Commit b760775

Browse files
chore(release): 0.3.6
1 parent deb8533 commit b760775

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.6](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.3.5...v0.3.6) (2023-03-25)
6+
57
### [0.3.5](https://github.com/cssninjaStudio/nuxt-toaster/compare/v0.3.4...v0.3.5) (2023-03-25)
68

79

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cssninja/nuxt-toaster",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"license": "MIT",
55
"type": "module",
66
"exports": {
@@ -24,7 +24,7 @@
2424
"test": "run-p test:*",
2525
"test:lint": "run-s eslint",
2626
"test:tsc": "vue-tsc --noEmit",
27-
"release": "standard-version && git push --follow-tags origin main && npm publish"
27+
"release": "pnpm prepack && standard-version && git push --follow-tags origin main && npm publish"
2828
},
2929
"dependencies": {
3030
"@nuxt/kit": "^3.3.2",

0 commit comments

Comments
 (0)