From 49ef7ca6b4fcf9873153e42156c4715ca883f347 Mon Sep 17 00:00:00 2001 From: sfxcode Date: Sat, 16 Nov 2024 15:06:44 +0100 Subject: [PATCH] chore(release): v2.1.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",