From fef8c0e87674edccfa6fdd7a264b556d8c163ace Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 28 Jun 2024 13:54:44 +0000 Subject: [PATCH] chore(release): v1.0.5 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3273cdb..4fdd19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v1.0.5 + +[compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.4...v1.0.5) + +### 📖 Documentation + +- Use new `nuxi module add` command in installation ([a52a180](https://github.com/swisnl/nuxt-lucide-icons/commit/a52a180)) +- Update quick setup section ([a6fc512](https://github.com/swisnl/nuxt-lucide-icons/commit/a6fc512)) +- Update contributing section ([dbc6c5f](https://github.com/swisnl/nuxt-lucide-icons/commit/dbc6c5f)) +- Add change log section ([3f371b8](https://github.com/swisnl/nuxt-lucide-icons/commit/3f371b8)) +- Add missing CODE_OF_CONDUCT.md and CONTRIBUTING.md ([927334c](https://github.com/swisnl/nuxt-lucide-icons/commit/927334c)) + +### 📦 Build + +- Add fix script ([e749aee](https://github.com/swisnl/nuxt-lucide-icons/commit/e749aee)) + +### 🏡 Chore + +- Indicate compatibility with new v4 major ([0a5d2a2](https://github.com/swisnl/nuxt-lucide-icons/commit/0a5d2a2)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Jasper Zonneveld ([@JaZo](http://github.com/JaZo)) + ## v1.0.4 [compare changes](https://github.com/swisnl/nuxt-lucide-icons/compare/v1.0.3...v1.0.4) diff --git a/package.json b/package.json index abae86a..0341fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-lucide-icons", - "version": "1.0.4", + "version": "1.0.5", "description": "This Nuxt module makes working with Lucide icons a breeze!", "repository": { "type": "git", @@ -49,4 +49,4 @@ "nuxt": "^3.10.1", "vitest": "^1.2.2" } -} +} \ No newline at end of file