From e66e591234116dab34f56846e414b841fef21a99 Mon Sep 17 00:00:00 2001 From: becem-gharbi Date: Wed, 31 Jan 2024 19:20:08 +0100 Subject: [PATCH] chore(release): v2.1.6 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9978d..1909410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v2.1.6 + +[compare changes](https://github.com/becem-gharbi/nuxt-starter/compare/v2.1.5...v2.1.6) + +### 🩹 Fixes + +- Solve blocking navigation (>vue@3.4.8) ([7ca0f61](https://github.com/becem-gharbi/nuxt-starter/commit/7ca0f61)) +- Solve blocking navigation (>vue@3.4.8) ([d3dbe0f](https://github.com/becem-gharbi/nuxt-starter/commit/d3dbe0f)) + +### 💅 Refactors + +- Move naive themeConfig to app.config ([2351b73](https://github.com/becem-gharbi/nuxt-starter/commit/2351b73)) + +### 🏡 Chore + +- No significant change ([54c829d](https://github.com/becem-gharbi/nuxt-starter/commit/54c829d)) +- Enable icons download ([3484e22](https://github.com/becem-gharbi/nuxt-starter/commit/3484e22)) + +### ❤️ Contributors + +- Becem-gharbi + ## v2.1.5 [compare changes](https://github.com/becem-gharbi/nuxt-starter/compare/v2.1.4...v2.1.5) diff --git a/package.json b/package.json index e6faa2d..6a16a44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-starter", - "version": "2.1.5", + "version": "2.1.6", "private": true, "repository": "https://github.com/becem-gharbi/nuxt-starter.git", "homepage": "https://nuxt-starter.bg.tn",