chore(main): release 0.11.0 (#134)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-22 14:50:10 -04:00 committed by GitHub
parent 07a7188ecf
commit b0d774fccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.11.0](https://github.com/catppuccin/github-file-explorer-icons/compare/v0.10.0...v0.11.0) (2024-09-20)
### Features
* support new commit details page icons ([#133](https://github.com/catppuccin/github-file-explorer-icons/issues/133)) ([af5c20b](https://github.com/catppuccin/github-file-explorer-icons/commit/af5c20bf94dc2d76ea5d040ef7ba4d3877332d65))
## [0.10.0](https://github.com/catppuccin/github-file-explorer-icons/compare/v0.9.0...v0.10.0) (2024-09-14)

View File

@ -1,6 +1,6 @@
{
"name": "catppuccin-github-file-explorer-icons",
"version": "0.10.0",
"version": "0.11.0",
"description": "Soothing pastel icons for GitHub File Explorer",
"license": "MIT",
"dependencies": {
@ -29,5 +29,5 @@
"postinstall": "wxt prepare"
},
"type": "module",
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.9.0"
}