From 41b2c458768cc6762e3d74355d28aa9a18a662e7 Mon Sep 17 00:00:00 2001 From: Ole Henrik Stabell Date: Sun, 24 Feb 2019 00:10:45 +0100 Subject: [PATCH] Version bump for icon --- README.md | 7 ++++++- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cd9752..512f0e1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It supports both .jsx and .jsxinc files. ### 1.0.0 -Initial release of the extension. +- Initial release of the extension. ### 1.1.0 @@ -16,6 +16,11 @@ Initial release of the extension. Do note that the symbol support added is based on Javascript/Typescript, which means most things work as expected but vscode may return weird errors in places where extendscripts es4 differs from the newer es6. +### 1.1.1 + +- Changed the extension icon by request of Adobe. + + ## TODO - [ ] Add formatting support – https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code/issues/3 - [ ] Add custom Extendscript Language Server, for more info see Notes section below. diff --git a/package-lock.json b/package-lock.json index cb3a834..d503efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsx", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6934cf3..ea56023 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jsx", "displayName": "ExtendScript", "description": "Adobe ExtendScript Language Support for Visual Studio Code", - "version": "1.1.0", + "version": "1.1.1", "publisher": "Hennamann", "repository": "https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code", "bugs": { "url": "https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code/issues" - }, + }, "license": "MIT", "icon": "images/extendscript.png", "engines": {