From fa07895a3d6ea9a62e2d07487a2b29c14ab0365e Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Sat, 23 Dec 2023 15:30:13 +0800 Subject: [PATCH] chore: bump version to 0.6.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670196b..6baaeff 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.6.0] - 2023-12-23 + +### Added + +- New network log sync syntax highlight. ([#406](https://github.com/MaikoTan/cactbot-highlight/pull/406)) + ## [0.5.2] - 2023-12-22 ### Added @@ -339,4 +345,5 @@ maybe helpful when migrating cactbot to TypeScript. [0.5.0]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.4.12...v0.5.0 [0.5.1]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.0...v0.5.1 [0.5.2]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.1...v0.5.2 -[Unreleased]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.2...master +[0.6.0]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.5.2...v0.6.0 +[Unreleased]: https://github.com/MaikoTan/cactbot-highlight/compare/v0.6.0...master diff --git a/package.json b/package.json index dc84e73..17bde2a 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.5.2", + "version": "0.6.0", "publisher": "MaikoTan", "author": { "name": "Maiko Tan",