Skip to content

Commit

Permalink
chore(release): v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEV User committed Jun 28, 2024
1 parent 1976f86 commit d3006f6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -49,4 +49,4 @@
"nuxt": "^3.10.1",
"vitest": "^1.2.2"
}
}
}

0 comments on commit d3006f6

Please sign in to comment.