diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cd747..1fc20e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.0.1 - 2017-02-28 +### Fixed +- Fixed issue that additionals dosn't work. +- Fixed issue that error handling in additionals and stdin dosn't work. + + ## 2.0.0 - 2017-02-27 ### Added - Added `wandbox.Servers` setting. diff --git a/package.json b/package.json index 326b50e..7ac4074 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, D, Elixir, Erlang, Groovy, Haskell, Java, JavaScript, Lazy K, Lisp, Lua, Pascal, Perl, PHP, Python, Rill, Ruby, Rust, Scala, SQL, Apple Swift, Vim script", "icon": "images/wandhex.128.png", - "version": "2.0.0", + "version": "2.0.1", "publisher": "wraith13", "license": "SEE LICENSE IN LICENSE_1_0.txt", "engines": {