Skip to content

Commit 09ca1cd

Browse files
committed
chore: publish v1.2.3
1 parent e403d16 commit 09ca1cd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
55

66
## [Unreleased]
77

8+
## [1.2.3] - 2020-04-29
9+
10+
### Fixed
11+
12+
- Fix `Revert Tree String to Text` regex on more depth tree strings([@Rolaka](https://github.com/Rolaka))
13+
814
## [1.2.2] - 2020-03-07
915

16+
### Fixed
17+
1018
- Fix wording and menu command group([@tjx666](https://github.com/tjx666)).
1119

1220
## [1.2.1] - 2019-11-08
1321

14-
## Fixed
22+
### Fixed
1523

1624
- Fix problems while reading user charset configurations.
1725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ascii-tree-generator",
33
"displayName": "Ascii Tree Generator",
44
"description": "A VS Code extension to generate ascii tree of directories or formatting selected text to tree string.",
5-
"version": "1.2.2",
5+
"version": "1.2.3",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)