Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Dec 2, 2018
1 parent 8541c27 commit ccf6fe0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2018-12-01

### Added

- Revalidate all Dockerfile when `.hadolint.yaml` is changed


## [0.2.3] - 2018-11-28

### Changed
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.3",
"version": "0.3.0",
"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.3",
"version": "0.3.0",
"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.3",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/ExiaSR/vscode-hadolint"
Expand Down

0 comments on commit ccf6fe0

Please sign in to comment.