From 9df5995160392e7d86f328adaef98543f9d40505 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Mon, 19 Feb 2024 10:14:04 +0100 Subject: [PATCH] chore(release): v1.0.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b562172..3273cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v1.0.4 + +[compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.3...v1.0.4) + +### 📖 Documentation + +- **readme:** Add a note to prevent issues with ad-blockers and this package ([6fc0530](https://github.com/swisnl/nuxt-lucide-icons/commit/6fc0530)) + +### 🏡 Chore + +- Test bundler module resolution ([10acbe3](https://github.com/swisnl/nuxt-lucide-icons/commit/10acbe3)) +- Update skeleton files ([cf6ae70](https://github.com/swisnl/nuxt-lucide-icons/commit/cf6ae70)) + +### 🤖 CI + +- Add GitHub workflows + +### ❤️ Contributors + +- Jasper Zonneveld ([@JaZo](http://github.com/JaZo)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Anthony Schuijlenburg ([@AnthonySchuijlenburg](http://github.com/AnthonySchuijlenburg)) + ## v1.0.3 [compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.2...v1.0.3) diff --git a/package-lock.json b/package-lock.json index d143158..9399b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-lucide-icons", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nuxt-lucide-icons", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.5.1", diff --git a/package.json b/package.json index e36f84f..14cf99b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-lucide-icons", - "version": "1.0.3", + "version": "1.0.4", "description": "This Nuxt module makes working with Lucide icons a breeze!", "repository": { "type": "git",