diff --git a/CHANGELOG.md b/CHANGELOG.md index 54df02a..3d0bf7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v2.2.2 + +[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.2.1...v2.2.2) + +### 🏡 Chore + +- **update:** Nuxt 3.15 ([b84abdb](https://github.com/sfxcode/nuxt3-primevue-starter/commit/b84abdb)) + +### ❤️ Contributors + +- Sfxcode ([@sfxcode](http://github.com/sfxcode)) + ## v2.2.1 [compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.2.0...v2.2.1) diff --git a/package.json b/package.json index d0ac11d..8bf9b5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt3-primevue-starter", "type": "module", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "scripts": { "build": "nuxi build",