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

Commit e6c95c2

Browse files
committed
Prepare v1.0.3 release
1 parent c5f2a1c commit e6c95c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v1.0.3](https://github.com/AtomLinter/linter-lua/tree/v1.0.3) (2017-03-18)
4+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.2...v1.0.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Update atom-linter to the latest version 🚀 [\#45](https://github.com/AtomLinter/linter-lua/pull/45) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
- Update atom-linter to version 8.0.0 🚀 [\#43](https://github.com/AtomLinter/linter-lua/pull/43) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
- Update atom-linter to version 6.0.0 🚀 [\#38](https://github.com/AtomLinter/linter-lua/pull/38) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
11+
312
## [v1.0.2](https://github.com/AtomLinter/linter-lua/tree/v1.0.2) (2016-03-23)
413
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.1...v1.0.2)
514

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.2",
4+
"version": "1.0.3",
55
"description": "Lint Lua on the fly, using luac -p or luajit -bl",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)