Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed Jan 1, 2024
1 parent 9fa48d4 commit 5e545fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ContentDoc /> ([9cb313e](https://github.com/OyewoleOyedeji/nuxt-phosphor-icons/commit/9cb313e))
- **docs:** Added path attribute to <ContentDoc /> ([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)
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-phosphor-icons",
"version": "1.1.5",
"version": "1.2.0",
"description": "A simple wrapper for @phosphor-icons/vue in nuxt",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,4 +47,4 @@
"eslint": "^8.56.0",
"nuxt": "^3.9.0"
}
}
}

0 comments on commit 5e545fd

Please sign in to comment.