Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 27, 2024
1 parent 9c07aac commit 3539b0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v1.1.0

[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.0.0...v1.1.0)

### 🚀 Enhancements

- Php icon ([#73](https://github.com/catppuccin/vscode-icons/pull/73))
- Org icon ([#74](https://github.com/catppuccin/vscode-icons/pull/74))

### 🏡 Chore

- Add changelog ([c512d36](https://github.com/catppuccin/vscode-icons/commit/c512d36))

### ❤️ Contributors

- Sacha
- Prazdevs

## v1.0.0

[compare changes](https://github.com/catppuccin/vscode-icons/compare/v0.33.0...v1.0.0)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "catppuccin-vsc-icons",
"displayName": "Catppuccin Icons for VSCode",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"packageManager": "[email protected]",
"description": "🦊 Soothing pastel icon theme for VSCode",
Expand Down Expand Up @@ -72,6 +72,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pack": "vsce package --no-dependencies",
"release": "changelogen --release --push",
"vscode:prepublish": "pnpm build"
},
"devDependencies": {
Expand Down

0 comments on commit 3539b0d

Please sign in to comment.