Skip to content

Commit

Permalink
Bump up version to 0.21.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiguangwang committed Mar 2, 2018
1 parent b1662db commit 5e1b972
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Luacheck for Visual Studio Code Change Log

## [Unreleased]
## 0.21.2.1 - 2018-03-02

## [0.21.2] - 2018-03-02
### Fixed

- Handle windows filesystem root like `D:\` correctly.

## 0.21.2 - 2018-03-02

### Changed

- Upgrade [luacheck](https://github.com/mpeterv/luacheck) (0.18.0 -> 0.21.2)
- Rename lualint to luacheck

## [0.0.5] - 2017-02-19
## 0.0.5 - 2017-02-19

### Changed

Expand All @@ -21,7 +25,7 @@

- Wrong column with multibyte characters

## [0.0.4] - 2017-02-08
## 0.0.4 - 2017-02-08

### Changed

Expand All @@ -40,8 +44,3 @@
## 0.0.1 - 2017-02-06

- Initial release

[Unreleased]: https://github.com/rog2/vscode-luacheck/compare/v0.21.2...HEAD
[0.21.2]: https://github.com/rog2/vscode-luacheck/compare/v0.0.5...v0.21.2
[0.0.5]: https://github.com/rog2/vscode-luacheck/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/rog2/vscode-luacheck/compare/v0.0.2...v0.0.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "luacheck",
"displayName": "Luacheck",
"description": "Luacheck for Visual Studio Code",
"version": "0.21.2",
"version": "0.21.2.1",
"publisher": "rog2",
"engines": {
"vscode": "^1.5.0"
Expand Down

0 comments on commit 5e1b972

Please sign in to comment.