diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbb4076..1fcbc3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v1.17.0 + +[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.16.0...v1.17.0) + +### 🚀 Enhancements + +- Add hardhat icon ([#311](https://github.com/catppuccin/vscode-icons/pull/311)) +- Add mdbook icon ([#312](https://github.com/catppuccin/vscode-icons/pull/312)) +- **associations:** Add `xaml` icon for `.axaml` files ([#328](https://github.com/catppuccin/vscode-icons/pull/328)) + +### 🏡 Chore + +- Upgrade dependencies ([#308](https://github.com/catppuccin/vscode-icons/pull/308)) +- Sort associations with eslint-plugin-command ([#310](https://github.com/catppuccin/vscode-icons/pull/310)) + +### ❤️ Contributors + +- Hammy ([@sgoudham](http://github.com/sgoudham)) +- PraZ + ## v1.16.0 [compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.15.0...v1.16.0) diff --git a/package.json b/package.json index 6e4e189e..4b015640 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "catppuccin-vsc-icons", "displayName": "Catppuccin Icons for VSCode", "type": "module", - "version": "1.16.0", + "version": "1.17.0", "private": true, "packageManager": "pnpm@9.12.1", "description": "🦊 Soothing pastel icon theme for VSCode",