From b8623f41f751a75e3df7e5a9d8b2df6bd080da1b Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Wed, 28 Nov 2018 02:00:04 -0700 Subject: [PATCH] chore: release 0.2.3 --- 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 92a79b6..76fb5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.2.3] - 2018-11-28 + +### Changed + +- Upgrade dependencies + ## [0.2.2] - 2018-11-08 ### Fixed diff --git a/client/package.json b/client/package.json index 0de2f37..1e5ea2d 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.2", + "version": "0.2.3", "engines": { "vscode": "^1.26.0" }, diff --git a/package.json b/package.json index 3256d3e..3b9bf9c 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.2", + "version": "0.2.3", "publisher": "exiasr", "icon": "hadolint.png", "repository": { diff --git a/server/package.json b/server/package.json index 927fe83..66b8e13 100644 --- a/server/package.json +++ b/server/package.json @@ -7,7 +7,7 @@ "engines": { "node": "*" }, - "version": "0.2.2", + "version": "0.2.3", "repository": { "type": "git", "url": "https://github.com/ExiaSR/vscode-hadolint"