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"