Skip to content

Commit

Permalink
Bump version number to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryjp committed Apr 29, 2020
1 parent f326854 commit f0f3d63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/) this project adheres
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2020-04-29
### Fixed
- Now word deletion won't be triggered when user does not focus file editing window (#5)

## [1.2.0] - 2019-08-15
### Added
- New command `japaneseWordHandler.cursorWordEndLeft`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "japanese-word-handler",
"displayName": "Japanese Word Handler",
"description": "Better Japanese word handling on cursor movement",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "sgryjp",
"repository": {
"type": "git",
Expand Down

0 comments on commit f0f3d63

Please sign in to comment.