Skip to content

Commit

Permalink
chore: release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Nov 28, 2018
1 parent d9ac190 commit b8623f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integrates hadolint, a Dockerfile linter, into VS Code.",
"author": "Michael Lin <linzichunzf@hotmail.com>",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"engines": {
"vscode": "^1.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integrates hadolint, a Dockerfile linter, into VS Code.",
"author": "Michael Lin <linzichunzf@hotmail.com>",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"publisher": "exiasr",
"icon": "hadolint.png",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "*"
},
"version": "0.2.2",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "https://github.com/ExiaSR/vscode-hadolint"
Expand Down

0 comments on commit b8623f4

Please sign in to comment.