diff --git a/CHANGELOG.md b/CHANGELOG.md index 8913058..b562172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.0.3 + +[compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.2...v1.0.3) + +### 🩹 Fixes + +- Increase priority for duplicate icons ([87b93ba](https://github.com/swisnl/nuxt-lucide-icons/commit/87b93ba)) + +### 📦 Build + +- Update dev dependencies ([962aa10](https://github.com/swisnl/nuxt-lucide-icons/commit/962aa10)) + +### ❤️ Contributors + +- Jasper Zonneveld ([@JaZo](http://github.com/JaZo)) + ## v1.0.2 [compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.1...v1.0.2) diff --git a/package.json b/package.json index 103c3b1..965383f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-lucide-icons", - "version": "1.0.2", + "version": "1.0.3", "description": "This Nuxt module makes working with Lucide icons a breeze!", "repository": { "type": "git", @@ -47,4 +47,4 @@ "nuxt": "^3.5.1", "vitest": "^0.33.0" } -} +} \ No newline at end of file