diff --git a/CHANGELOG.md b/CHANGELOG.md index f6265e7..0998efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ +## v0.15.0 + +[compare changes](https://github.com/Pacific-Agency/nuxt-utils/compare/v0.14.7...v0.15.0) + +### 🚀 Улучшения + +- ⚠️ Обновление эндпоинта `Sitemap` ([#188](https://github.com/Pacific-Agency/nuxt-utils/pull/188)) + +### ✅ Тестирование + +- Тестирование эндпоинта `Sitemap` ([#189](https://github.com/Pacific-Agency/nuxt-utils/pull/189)) + +#### ⚠️ Breaking Changes + +- ⚠️ Обновление эндпоинта `Sitemap` ([#188](https://github.com/Pacific-Agency/nuxt-utils/pull/188)) + +### ❤️ Contributors + +- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um)) + ## v0.14.7 [compare changes](https://github.com/Pacific-Agency/nuxt-utils/compare/v0.14.6...v0.14.7) diff --git a/package.json b/package.json index cb35864..fc8c67c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pacific-agency/nuxt-utils", - "version": "0.14.7", + "version": "0.15.0", "description": "Утилиты Nuxt", "repository": { "type": "git", @@ -67,4 +67,4 @@ "vue": "~3.4.1" }, "packageManager": "pnpm@8.14.1" -} +} \ No newline at end of file