From 012de998a637ee77399292c4e52e867300cc88d9 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Fri, 5 Nov 2021 15:03:30 +0000 Subject: [PATCH] chore: bump version to 0.4.11 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) 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",