Skip to content

Commit

Permalink
[chore] update CHANGELOG and extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed Jan 22, 2025
1 parent 7a4736f commit 1c9daf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature: [smaller package size](https://github.com/se-dev-pion/code-block-folder/issues/19)
- Fix: [correct cursor position](https://github.com/se-dev-pion/code-block-folder/issues/20)
- Fix: [avoid highlight disappear](https://github.com/se-dev-pion/code-block-folder/issues/21)

## [v0.2.0]

- Feature: [support more languages](https://github.com/se-dev-pion/code-block-folder/issues/23)
- Feature: [support frontend frameworks](https://github.com/se-dev-pion/code-block-folder/issues/22)
- Feature: [better user guidance](https://github.com/se-dev-pion/code-block-folder/issues/25)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-block-folder",
"displayName": "Code Block Folder",
"description": "A simple Visual Studio Code extension enabling customized code folding with comments to make it easier to read codes",
"version": "0.1.1",
"version": "0.2.0",
"icon": "./assets/icon.png",
"publisher": "se-dev-pion",
"repository": "https://github.com/se-dev-pion/code-block-folder",
Expand Down

0 comments on commit 1c9daf9

Please sign in to comment.