diff --git a/CHANGELOG.md b/CHANGELOG.md index bb28a46..72a7de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.8] - 2021-11-02 + +### Fixed + +- Most feature of the extension didn't work + ## [0.4.7] - 2021-11-02 ### Fixed diff --git a/package.json b/package.json index 045b2c3..04f0e0e 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.7", + "version": "0.4.8", "publisher": "MaikoTan", "author": { "name": "Maiko Tan",