Skip to content

Commit 1c9daf9

Browse files
committed
[chore] update CHANGELOG and extension version
1 parent 7a4736f commit 1c9daf9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4242
- Feature: [smaller package size](https://github.com/se-dev-pion/code-block-folder/issues/19)
4343
- Fix: [correct cursor position](https://github.com/se-dev-pion/code-block-folder/issues/20)
4444
- Fix: [avoid highlight disappear](https://github.com/se-dev-pion/code-block-folder/issues/21)
45+
46+
## [v0.2.0]
47+
48+
- Feature: [support more languages](https://github.com/se-dev-pion/code-block-folder/issues/23)
49+
- Feature: [support frontend frameworks](https://github.com/se-dev-pion/code-block-folder/issues/22)
50+
- Feature: [better user guidance](https://github.com/se-dev-pion/code-block-folder/issues/25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-block-folder",
33
"displayName": "Code Block Folder",
44
"description": "A simple Visual Studio Code extension enabling customized code folding with comments to make it easier to read codes",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"icon": "./assets/icon.png",
77
"publisher": "se-dev-pion",
88
"repository": "https://github.com/se-dev-pion/code-block-folder",

0 commit comments

Comments
 (0)