diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ce051ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + + +## v1.1.9 + +[compare changes](https://github.com/canopas/nuxt-blog-kit/compare/v1.1.6...v1.1.9) + diff --git a/package.json b/package.json index 95c4de8..7a9ed86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@canopassoftware/nuxt-blog-kit", - "version": "1.1.8", + "version": "1.1.9", "description": "Nuxt blog component library", "keywords": [ "components", @@ -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"