diff --git a/CHANGELOG.md b/CHANGELOG.md index c262ef1..9735552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### [0.4.10] - 2021-11-04 +## [0.4.11] - 2021-11-05 + +### Fixed + +- Changed some text + +### Changed + +- Extension setting title change to "Cactbot Highlight" + +### Security + +- Bump `vsce` to 2.1.0 + +## [0.4.10] - 2021-11-04 ### Security diff --git a/package.json b/package.json index a24f7b8..1924818 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cactbot-highlight", "displayName": "Cactbot Highlight", "description": "A VSCode extension for developing cactbot modules.", - "version": "0.4.10", + "version": "0.4.11", "publisher": "MaikoTan", "author": { "name": "Maiko Tan",