From 6323dbd1b2d9ecc3d21ddf1c4d5f0b3bf65c9ca5 Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Wed, 12 Sep 2018 19:37:56 +1000 Subject: [PATCH] Bump up version to v1.0.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d795045..52e663f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to "Edit with Shell Command" extension will be documented in The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2018-09-12 +### Fixed +- Fixed the problem that entire text is passed to a command when `editWithShell.processEntireTextIfNoneSelected` is set to `true`. + [#6](https://github.com/ryu1kn/vscode-edit-with-shell/issues/6) + ## [1.0.0] - 2018-05-12 ### Added - Introduced a configuration to pass the entire text to the shell command if no text is selected. [#5](https://github.com/ryu1kn/vscode-edit-with-shell/issues/5) diff --git a/package.json b/package.json index fb63430..ffd5547 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "edit-with-shell", "displayName": "Edit with Shell Command", "description": "Leverage your favourite shell commands to edit text", - "version": "1.0.0", + "version": "1.0.1", "publisher": "ryu1kn", "license": "SEE LICENSE IN LICENSE.txt", "icon": "images/edit-with-shell.png",