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

Commit b9594c6

Browse files
committed
Prepare v1.0.4 release
1 parent 15566b3 commit b9594c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.0.4](https://github.com/AtomLinter/linter-lua/tree/v1.0.4) (2017-03-19)
4+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.3...v1.0.4)
5+
6+
**Fixed bugs:**
7+
8+
- \[Linter\] Error running Unknown Error: Process exited with no output, code: 0 [\#46](https://github.com/AtomLinter/linter-lua/issues/46)
9+
- Allow stderr to be empty [\#47](https://github.com/AtomLinter/linter-lua/pull/47) ([Arcanemagus](https://github.com/Arcanemagus))
10+
311
## [v1.0.3](https://github.com/AtomLinter/linter-lua/tree/v1.0.3) (2017-03-18)
412
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.2...v1.0.3)
513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-lua",
33
"main": "./lib/main",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Lint Lua on the fly, using luac -p or luajit -bl",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)