diff --git a/CHANGELOG.md b/CHANGELOG.md index cd78238..d5f8e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v1.1.2 + +[compare changes](https://github.com/tresko/nuxt-module-feed/compare/v1.1.0...v1.1.2) + +### 🏡 Chore + +- Update dependencies ([6dfb535](https://github.com/tresko/nuxt-module-feed/commit/6dfb535)) +- Update dependencies ([3ed7361](https://github.com/tresko/nuxt-module-feed/commit/3ed7361)) +- Set schema version in resolutions ([6d8b485](https://github.com/tresko/nuxt-module-feed/commit/6d8b485)) + +### ❤️ Contributors + +- Miha Sedej + ## v1.1.0 [compare changes](https://github.com/tresko/nuxt-module-feed/compare/v1.0.3...v1.1.0) diff --git a/package.json b/package.json index b14e56f..6dbe3cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-module-feed", - "version": "1.1.1", + "version": "1.1.2", "description": "Nuxt 3 feed module enables everyone to have RSS, Atom and JSON", "repository": "https://github.com/tresko/nuxt-module-feed", "license": "MIT",