From 78c22aab5f700b7af0bec9a74131a481bf856828 Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Thu, 3 Nov 2022 14:38:16 +0000 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 9 +++++++++ README.md | 13 +++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3525b83..dc69989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to the "vscode-fastly-vcl" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.0.4] - 2022-11-03 + +### Changed + +- Document that the extension in now in the Visual Studio Marketplace. +- Add a beautiful new icon. +- Document how the extension works. +- Fix link to the language file in the README. + ## [1.0.3] - 2022-10-10 ### Added diff --git a/README.md b/README.md index 5333d96..26bbbba 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Uninstall (or disable) any previously-enabled VCL extensions. Download the [latest GitHub release](https://github.com/fastly/vscode-fastly-vcl/releases/) and then run: ```bash -code --install-extension vscode-fastly-vcl-1.0.3.vsix +code --install-extension vscode-fastly-vcl-1.0.4.vsix ``` ## Development @@ -86,7 +86,7 @@ npm i @vscode/test-electron ### Building and Installing ```bash -vsce package && code --install-extension vscode-fastly-vcl-1.0.3.vsix +vsce package && code --install-extension vscode-fastly-vcl-1.0.4.vsix ``` ## Testing @@ -113,6 +113,15 @@ None. ## Release Notes +## [1.0.4] - 2022-11-03 + +### Changed + +- Document that the extension in now in the Visual Studio Marketplace. +- Add a beautiful new icon. +- Document how the extension works. +- Fix link to the language file in the README. + ## [1.0.3] - 2022-10-10 ### Added diff --git a/package-lock.json b/package-lock.json index 728a427..10eadc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-fastly-vcl", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-fastly-vcl", - "version": "1.0.3", + "version": "1.0.4", "devDependencies": { "@types/vscode": "^1.70.0", "@vscode/test-electron": "^2.1.5", diff --git a/package.json b/package.json index 9b9df40..da04328 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/fastly/vscode-fastly-vcl.git" }, - "version": "1.0.3", + "version": "1.0.4", "engines": { "vscode": "^1.70.0" },