diff --git a/CHANGELOG.md b/CHANGELOG.md index bfaa14a..fafa19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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. -## 3.0.1 - 2022-07-?? +## 3.0.1 - 2022-07-16 + +### Added + +- Also released on [github.com](https://github.com/wraith13/wandbox-vscode/releases) +- VSIX download link in README.md ### Security diff --git a/README.md b/README.md index 99ddaa0..084c164 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,10 @@ No probrem! You can pull request to [wandbox](https://github.com/melpon/wandbox/ [Boost Software License](https://github.com/wraith13/wandbox-vscode/blob/master/LICENSE_1_0.txt) +## Download VSIX file ( for VS Code compatible softwares ) + +[Releases ยท wraith13/wandbox-vscode](https://github.com/wraith13/wandbox-vscode/releases) + ## Acknowledgments Thanks [@melpon](https://github.com/melpon)( ๐Ÿ• dog) and [@kikairoya](https://github.com/kikairoya)( ๐Ÿ‚ bull) for awesome compilation service! diff --git a/package-lock.json b/package-lock.json index 35096a4..393bc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wandbox-vscode", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wandbox-vscode", - "version": "3.0.0", + "version": "3.0.1", "license": "SEE LICENSE IN LICENSE_1_0.txt", "devDependencies": { "@types/node": "^8.10.25", diff --git a/package.json b/package.json index 3d1bb18..abef494 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": "3.0.0", + "version": "3.0.1", "publisher": "wraith13", "license": "SEE LICENSE IN LICENSE_1_0.txt", "engines": {