diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d12dbf..c5d5596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v2.0.5 + +[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.4...v2.0.5) + +### 🏡 Chore + +- **changelog:** Add changlog command ([b72e73e](https://github.com/sfxcode/nuxt3-primevue-starter/commit/b72e73e)) + +### ❤️ Contributors + +- Sfxcode ([@sfxcode](http://github.com/sfxcode)) + ## v2.0.4 diff --git a/package.json b/package.json index 2347cf1..e1670a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt3-primevue-starter", "type": "module", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "scripts": { "build": "nuxi build", @@ -17,7 +17,7 @@ "test:unit": "vitest --run --reporter verbose", "test:coverage": "vitest run --coverage", "postinstall": "nuxt prepare", - "changelog": "changelogen --patch" + "changelog": "changelogen --patch --release" }, "devDependencies": { "@antfu/eslint-config": "3.6.0",