Skip to content

Commit 618efce

Browse files
authored
chore: バージョンを0.3.0に更新し、CHANGELOGを更新 (#430)
1 parent 653ca2c commit 618efce

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.3.0]
10+
11+
## What's Changed
12+
13+
### Exciting New Features 🎉
14+
15+
- feat: ステータスバーの表示形式を設定可能にする #425 by @yutotnh in [#427](https://github.com/yutotnh/wave-dash-unify/pull/427)
16+
- feat: ステータスバーにクリックイベントを追加し、変換の有効/無効を選択可能にする by @yutotnh in [#429](https://github.com/yutotnh/wave-dash-unify/pull/429)
17+
18+
### Other Changes
19+
20+
- bug: リソース開放周りの漏れを修正 by @yutotnh in [#428](https://github.com/yutotnh/wave-dash-unify/pull/428)
21+
922
## [0.2.0]
1023

1124
## What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wave-dash-unify",
33
"displayName": "Wave Dash Unify",
44
"description": "Automatically converts both FULLWIDTH TILDE and WAVE DASH characters to the WAVE DASH character",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"publisher": "yutotnh",
77
"engines": {
88
"vscode": "^1.78.0"

0 commit comments

Comments
 (0)