Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryjp committed May 20, 2018
1 parent c3a8825 commit b171c64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +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).

## [Unreleased]
## [1.0.0] - 2018-05-21
### Added
- Respect VSCode's `editor.wordSeparators` configuration
- Now respects VSCode's `editor.wordSeparators` configuration
([PR #2](https://github.com/sgryjp/japanese-word-handler/pull/2), contribution by [@tekezo](https://github.com/tekezo))

### Fixed
- Moving cursor with Ctrl+Left over whitespaces at start of a document fails
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": "0.5.1",
"version": "1.0.0",
"publisher": "sgryjp",
"repository": {
"type": "git",
Expand Down

0 comments on commit b171c64

Please sign in to comment.