diff --git a/CHANGELOG.md b/CHANGELOG.md index 004eea7..d7dbcd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [1.2.2] - 2020-03-07 + +- Fix wording and menu command group([@tjx666](https://github.com/tjx666)). + ## [1.2.1] - 2019-11-08 ## Fixed @@ -15,7 +19,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Added -- Added configuration for character codes([@rabanti-github](https://github.com/rabanti-github)) +- Added configuration for character codes([@rabanti-github](https://github.com/rabanti-github)). ## [1.1.2] - 2019-10-09 diff --git a/package.json b/package.json index a312fa3..5647370 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ascii-tree-generator", "displayName": "Ascii Tree Generator", "description": "A VS Code extension to generate ascii tree of directories or formatting selected text to tree string.", - "version": "1.2.1", + "version": "1.2.2", "engines": { "vscode": "^1.30.0" },