Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 19, 2017
1 parent 15566b3 commit b9594c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.0.4](https://github.com/AtomLinter/linter-lua/tree/v1.0.4) (2017-03-19)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.3...v1.0.4)

**Fixed bugs:**

- \[Linter\] Error running Unknown Error: Process exited with no output, code: 0 [\#46](https://github.com/AtomLinter/linter-lua/issues/46)
- Allow stderr to be empty [\#47](https://github.com/AtomLinter/linter-lua/pull/47) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.0.3](https://github.com/AtomLinter/linter-lua/tree/v1.0.3) (2017-03-18)
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.2...v1.0.3)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-lua",
"main": "./lib/main",
"version": "1.0.3",
"version": "1.0.4",
"description": "Lint Lua on the fly, using luac -p or luajit -bl",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9594c6

Please sign in to comment.