From 4fadfa873348ac8383b88ebc8b678e6affbf303d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E5=8C=96=E5=B8=AB?= Date: Thu, 23 Mar 2017 02:20:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8D=20v2.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4774c..78a72c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ 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. -## ?.?.? - 2017-??-?? +## 2.1.5 - 2017-03-23 ### Added +- Supported Pony - DOC: Added a wandbox-builder link in README +### Changed + +- Changed wandbox server address to a [new server](https://wandbox.org/). ( old url is http://melpon.org/wandbox/ ) + ## 2.1.4 - 2017-03-20 ### Fixed diff --git a/package.json b/package.json index 0424c1d..1a99fd3 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, Go, Groovy, Haskell, Java, JavaScript, Lazy K, Lisp, Lua, OCaml, Pascal, Perl, PHP, Pony, Python, Rill, Ruby, Rust, Scala, SQL, Apple Swift, Vim script", "icon": "images/wandhex.128.png", - "version": "2.1.4", + "version": "2.1.5", "publisher": "wraith13", "license": "SEE LICENSE IN LICENSE_1_0.txt", "engines": {