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 26, 2024
1 parent 9c07aac commit 21ededa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
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
7 changes: 4 additions & 3 deletions 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,7 +72,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pack": "vsce package --no-dependencies",
"vscode:prepublish": "pnpm build"
"vscode:prepublish": "pnpm build",
"release": "changelogen --release --push"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
Expand Down Expand Up @@ -102,4 +103,4 @@
"lint-staged": {
"*": "eslint --fix"
}
}
}

Check failure on line 106 in package.json

View workflow job for this annotation

GitHub Actions / Publish

Newline required at end of file but not found

Check failure on line 106 in package.json

View workflow job for this annotation

GitHub Actions / CI

Newline required at end of file but not found

0 comments on commit 21ededa

Please sign in to comment.