diff --git a/CHANGELOG.md b/CHANGELOG.md index daac4cf..0a07aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.6.0](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.5.0...v3.6.0) (2024-04-14) + + +### Features + +* add bun file icon ([c49bf31](https://github.com/material-theme/vsc-material-theme-icons/commit/c49bf31d5cc5a11a419f9011151b0bf87727d3f0)), closes [#241](https://github.com/material-theme/vsc-material-theme-icons/issues/241) +* add simple preview ([c7e289b](https://github.com/material-theme/vsc-material-theme-icons/commit/c7e289b5ed2c66e482cda97900999ff57398ed50)) + ## [3.5.0](https://github.com/material-theme/vsc-material-theme-icons/compare/v3.4.0...v3.5.0) (2024-02-19) diff --git a/package-lock.json b/package-lock.json index a103292..651d8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vsc-material-theme-icons", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vsc-material-theme-icons", - "version": "3.5.0", + "version": "3.6.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2392a5d..1a2b01d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme-icons", "displayName": "Material Theme Icons", "description": "Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.", - "version": "3.5.0", + "version": "3.6.0", "publisher": "equinusocio", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]",