Skip to content

Commit 4dddbd7

Browse files
author
cp-contact-c
committed
chore(release): v1.1.9
1 parent cef30ba commit 4dddbd7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
4+
## v1.1.9
5+
6+
[compare changes](https://github.com/canopas/nuxt-blog-kit/compare/v1.1.6...v1.1.9)
7+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@canopassoftware/nuxt-blog-kit",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Nuxt blog component library",
55
"keywords": [
66
"components",
@@ -33,7 +33,7 @@
3333
"dev": "nuxi dev playground",
3434
"dev:build": "nuxi build playground",
3535
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
36-
"release": "yarn lint && yarn prepack && changelogen --release && npm publish && git push --follow-tags",
36+
"release": "yarn prepack && changelogen --release && npm publish && git push --follow-tags",
3737
"lint": "eslint .",
3838
"test": "vitest run",
3939
"test:watch": "vitest watch"

0 commit comments

Comments
 (0)