Skip to content

Commit

Permalink
chore(release): v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-contact-c committed Nov 26, 2024
1 parent cef30ba commit 4dddbd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog


## v1.1.9

[compare changes](https://github.com/canopas/nuxt-blog-kit/compare/v1.1.6...v1.1.9)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canopassoftware/nuxt-blog-kit",
"version": "1.1.8",
"version": "1.1.9",
"description": "Nuxt blog component library",
"keywords": [
"components",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "yarn lint && yarn prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "yarn prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 4dddbd7

Please sign in to comment.