From ab04f11e67b270ee65a1b40642017a028db9d9c5 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Thu, 8 Nov 2018 19:35:35 -0700 Subject: [PATCH] chore: release 0.2.2 --- CHANGELOG.md | 6 ++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8d7b5..92a79b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.2.2] - 2018-11-08 + +### Fixed + +- Revalidate Dockerfile now works on file saved + ## [0.2.1] - 2018-09-22 ### Fixed diff --git a/client/package.json b/client/package.json index 39535d6..68f3ce8 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "description": "Integrates hadolint, a Dockerfile linter, into VS Code.", "author": "Michael Lin ", "license": "MIT", - "version": "0.2.1", + "version": "0.2.2", "engines": { "vscode": "^1.26.0" }, diff --git a/package.json b/package.json index a3d715b..b419449 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Integrates hadolint, a Dockerfile linter, into VS Code.", "author": "Michael Lin ", "license": "MIT", - "version": "0.2.1", + "version": "0.2.2", "publisher": "exiasr", "icon": "hadolint.png", "repository": { diff --git a/server/package.json b/server/package.json index 1f3e889..927fe83 100644 --- a/server/package.json +++ b/server/package.json @@ -7,7 +7,7 @@ "engines": { "node": "*" }, - "version": "0.2.1", + "version": "0.2.2", "repository": { "type": "git", "url": "https://github.com/ExiaSR/vscode-hadolint"