diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e1aa9..3e996f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v2.1.7 + +[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.5...v2.1.7) + +### 🏡 Chore + +- **package:** New version ([9bfc85b](https://github.com/sfxcode/nuxt3-primevue-starter/commit/9bfc85b)) + +### ❤️ Contributors + +- Sfxcode ([@sfxcode](http://github.com/sfxcode)) + ## v2.1.5 [compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.4...v2.1.5) diff --git a/package.json b/package.json index e0e1ef5..a5f8a5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt3-primevue-starter", "type": "module", - "version": "2.1.6", + "version": "2.1.7", "license": "MIT", "scripts": { "build": "nuxi build",