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

Commit 3eb17d6

Browse files
committed
Prepare v2.0.0 release
1 parent 4b1c500 commit 3eb17d6

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

β€Ž.github_changelog_generator

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
user=AtomLinter
2+
project=linter-lua
3+
unreleased=true
4+
future-release=v2.0.0
5+
exclude_labels=duplicate,question,invalid,wontfix

β€Ž.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.idea
22
node_modules
3-
.github_changelog_generator

β€ŽCHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [v2.0.0](https://github.com/AtomLinter/linter-lua/tree/v2.0.0) (2019-02-20)
4+
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.4...v2.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Implement specs [\#22](https://github.com/AtomLinter/linter-lua/issues/22)
9+
- chore\(deps\): update dependency eslint to v5.14.1 [\#55](https://github.com/AtomLinter/linter-lua/pull/55) ([renovate[bot]](https://github.com/apps/renovate))
10+
- fix\(deps\): pin dependencies [\#53](https://github.com/AtomLinter/linter-lua/pull/53) ([renovate[bot]](https://github.com/apps/renovate))
11+
- Configure Renovate [\#52](https://github.com/AtomLinter/linter-lua/pull/52) ([renovate[bot]](https://github.com/apps/renovate))
12+
- Update atom-package-deps to version 5.0.0 πŸš€ [\#50](https://github.com/AtomLinter/linter-lua/pull/50) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
- Update atom-linter to version 10.0.0 πŸš€ [\#48](https://github.com/AtomLinter/linter-lua/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
14+
15+
**Fixed bugs:**
16+
17+
- Support v2 Linter API [\#51](https://github.com/AtomLinter/linter-lua/issues/51)
18+
- V2 linter API support [\#54](https://github.com/AtomLinter/linter-lua/pull/54) ([vzamanillo](https://github.com/vzamanillo))
19+
320
## [v1.0.4](https://github.com/AtomLinter/linter-lua/tree/v1.0.4) (2017-03-19)
421
[Full Changelog](https://github.com/AtomLinter/linter-lua/compare/v1.0.3...v1.0.4)
522

@@ -13,7 +30,7 @@
1330

1431
**Implemented enhancements:**
1532

16-
- Update atom-linter to the latest version πŸš€ [\#45](https://github.com/AtomLinter/linter-lua/pull/45) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
33+
- Update atom-linter to version 9.0.0 πŸš€ [\#45](https://github.com/AtomLinter/linter-lua/pull/45) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
1734
- Update atom-linter to version 8.0.0 πŸš€ [\#43](https://github.com/AtomLinter/linter-lua/pull/43) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1835
- Update atom-linter to version 6.0.0 πŸš€ [\#38](https://github.com/AtomLinter/linter-lua/pull/38) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1936

β€Žpackage-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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/init",
4-
"version": "1.0.4",
4+
"version": "2.0.0",
55
"private": true,
66
"description": "Lint Lua on the fly, using luac -p or luajit -bl",
77
"repository": {

0 commit comments

Comments
Β (0)