From 0ad085eaaaae4842e9a4a2168059b4b08d4d2148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E5=8C=96=E5=B8=AB?= Date: Sun, 16 Jul 2017 18:00:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8D=20v2.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba5720..04fad4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the "wandbox-vscode" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 2.2.1 - 2017-07-16 + +### Fixed + +- Fixed issue that `Wandbox: New` command dose not work without current text document. + ## 2.2.0 - 2017-04-07 ### Added diff --git a/package.json b/package.json index 038de37..0e279f9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "wandbox-vscode", "description": "Wandbox(compile & run & share service) client for VSCode. Available languages: Bash script, C, C#, C++, CoffeeScript, CPP, Crystal, D, Elixir, Erlang, Go, Groovy, Haskell, Java, JavaScript, Lazy K, Lisp, Lua, Nim, OCaml, Pascal, Perl, PHP, Pony, Python, Rill, Ruby, Rust, Scala, SQL, Apple Swift, Vim script", "icon": "images/wandhex.128.png", - "version": "2.2.0", + "version": "2.2.1", "publisher": "wraith13", "license": "SEE LICENSE IN LICENSE_1_0.txt", "engines": {