Skip to content

Commit 7153ffa

Browse files
committed
chore: update CHANGELOG and set version to v0.4.0
1 parent ddcfde7 commit 7153ffa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the "code-block-folder" extension will be documented in this file.
44

5+
## [v0.4.0]
6+
7+
- Feature: [auto-update reader-mode](https://github.com/se-dev-pion/code-block-folder/issues/35)
8+
- Fix: [move cursor after insertion correctly](https://github.com/se-dev-pion/code-block-folder/issues/37)
9+
510
## [v0.3.0-v0.3.4]
611

712
- Feature: [single-line markers](https://github.com/se-dev-pion/code-block-folder/issues/31)

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.3.4",
5+
"version": "0.4.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)