From 971f4b9e3b2773350d5cf4654a4e86a23c17dc18 Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Fri, 22 Jan 2021 23:00:53 +0800 Subject: [PATCH] chore: bump version to 0.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f601d29..52061c5 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.2.1] - 2021-01-22 + +### Added + +- Pick locale in list instead of manually type when translating timeline + ## [0.2.0] - 2021-01-03 ### Added diff --git a/package.json b/package.json index 3923c86..9fccd85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cactbot-highlight", "displayName": "cactbot-highlight", "description": "cactbot timeline highlighting", - "version": "0.2.0", + "version": "0.2.1", "publisher": "MaikoTan", "author": { "name": "Maiko Tan",