diff --git a/CHANGELOG.md b/CHANGELOG.md index 0272144..68e5577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2] - 2024-05-24 + +> [!NOTE] +> This release can be only installed on Visual Studio Code 1.82.0 or higher. + +### Added + +* i18n: add korean translations by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/442 (Thanks @Bing-su) + +## Others + +* chore: add open-vsx link and download in readme by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/418 +* build(deps): bump es5-ext from 0.10.53 to 0.10.64 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/419 +* build(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.0 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/424 +* build(deps): bump typescript from 4.9.5 to 5.4.2 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/425 +* build(deps-dev): bump @babel/core from 7.23.9 to 7.24.0 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/420 +* build(deps-dev): bump glob from 10.3.10 to 10.3.12 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/429 +* build(deps-dev): bump @babel/generator from 7.23.6 to 7.24.1 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/428 +* build(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/426 +* build(deps-dev): bump @babel/core from 7.24.0 to 7.24.4 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/430 +* build(deps-dev): bump @babel/generator from 7.24.4 to 7.24.5 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/431 +* build(deps-dev): bump gulp-cli from 2.3.0 to 3.0.0 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/433 +* build(deps-dev): bump gulp from 4.0.2 to 5.0.0 by @dependabot in https://github.com/MaikoTan/cactbot-highlight/pull/434 +* chore: update vscode to 1.82 and node to 18 by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/435 +* test: enable test suites by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/436 +* chore: update cactbot to 6f13c527767f60c52623c29db355b87bb18f666e by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/437 +* chore: move test files out of src folder by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/438 +* ci: update actions versions by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/440 +* ci: add test workflow in ci by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/439 +* chore: add badges in readme by @MaikoTan in https://github.com/MaikoTan/cactbot-highlight/pull/441 + ## [0.6.1] - 2024-02-27 ### Added @@ -362,4 +393,5 @@ maybe helpful when migrating cactbot to TypeScript. [0.5.2]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.1...v0.5.2 [0.6.0]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.2...v0.6.0 [0.6.1]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.6.0...v0.6.1 -[Unreleased]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.6.1...master +[0.6.2]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.6.1...v0.6.2 +[Unreleased]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.6.2...master diff --git a/package.json b/package.json index 05ea4e1..83714b3 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.6.1", + "version": "0.6.2", "publisher": "MaikoTan", "author": { "name": "Maiko Tan",