Skip to content

Commit b171c64

Browse files
committed
v1.0.0
1 parent c3a8825 commit b171c64

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ The format is based on
77
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/) this project adheres
88
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

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

1415
### Fixed
1516
- Moving cursor with Ctrl+Left over whitespaces at start of a document fails

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "japanese-word-handler",
33
"displayName": "Japanese Word Handler",
44
"description": "Better Japanese word handling on cursor movement",
5-
"version": "0.5.1",
5+
"version": "1.0.0",
66
"publisher": "sgryjp",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)