Skip to content

Commit 7df21bb

Browse files
authored
chore: バージョンを0.4.1に更新し、CHANGELOGを更新 (#522)
1 parent 4a7b907 commit 7df21bb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.1]
10+
11+
## What's Changed
12+
13+
### Other Changes
14+
15+
- feat: 置き換え処理でオブジェクトからMapに変更し、パフォーマンスを向上 #13 by @yutotnh in [#521](https://github.com/yutotnh/wave-dash-unify/pull/521)
16+
17+
**Full Changelog**: https://github.com/yutotnh/wave-dash-unify/compare/v0.4.0...v0.4.1
18+
919
## [0.4.0]
1020

1121
## What's Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0",
5+
"version": "0.4.1",
66
"publisher": "yutotnh",
77
"engines": {
88
"vscode": "^1.100.0"

0 commit comments

Comments
 (0)