diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c2d15..89e1aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v2.1.5 + +[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.4...v2.1.5) + ## v2.1.4 [compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.2...v2.1.4) diff --git a/package.json b/package.json index 70232d6..d3b1e55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt3-primevue-starter", "type": "module", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "scripts": { "build": "nuxi build",