From 35f64a90ec70872bbaf5755097ec9c9dda97db3b Mon Sep 17 00:00:00 2001 From: Suguru Yamamoto Date: Wed, 17 Oct 2018 23:49:11 +0900 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ff06f..8f65317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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.1.1] - 2018-10-17 ### Fixed - Now scrolls the window so that the cursor is always visible except when there are multiple cursors diff --git a/package.json b/package.json index 866c481..eeff3ba 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "japanese-word-handler", "displayName": "Japanese Word Handler", "description": "Better Japanese word handling on cursor movement", - "version": "1.0.0", + "version": "1.1.1", "publisher": "sgryjp", "repository": { "type": "git",