diff --git a/docs/content/release-notes.md b/docs/content/release-notes.md index 48b40ed..8805d36 100644 --- a/docs/content/release-notes.md +++ b/docs/content/release-notes.md @@ -5,6 +5,32 @@ description: Release notes for nuxt-phosphor-icons # Release Notes +## v1.2.0 + +[compare changes](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/compare/v1.1.5...v1.2.0) + +### 🚀 Enhancements + +- Added jsdoc comments to module ([9fa48d4](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/9fa48d4)) + +### 💅 Refactors + +- Moved prepare script to postinstall script ([cbe369a](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/cbe369a)) +- **docs:** Removed path attribute on ([9cb313e](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/9cb313e)) +- **docs:** Added path attribute to ([ecdf652](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/ecdf652)) +- Improved README ([8f52d31](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/8f52d31)) +- Removed unknown workspace folder ([0619e83](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/0619e83)) + +### 🎨 Styles + +- **docs:** Added footer ([d1c8a8f](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/d1c8a8f)) +- **playground:** Refreshed look of module playground ([5f23323](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/5f23323)) +- **playground:** Added custom theming ([4661001](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/4661001)) + +### ❤️ Contributors + +- OyewoleOyedeji + ## v1.1.5 [compare changes](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/compare/v1.1.4...v1.1.5) diff --git a/package.json b/package.json index 9b3f336..34ebe10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-phosphor-icons", - "version": "1.1.5", + "version": "1.2.0", "description": "A simple wrapper for @phosphor-icons/vue in nuxt", "repository": { "type": "git", @@ -47,4 +47,4 @@ "eslint": "^8.56.0", "nuxt": "^3.9.0" } -} +} \ No newline at end of file