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

Commit 907e292

Browse files
committed
Prepare v1.2.0 release
1 parent 5597e13 commit 907e292

File tree

5 files changed

+1548
-5
lines changed

5 files changed

+1548
-5
lines changed

β€Ž.github_changelog_generatorβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
unreleased=true
2+
future-release=v1.2.0
3+
exclude_labels=duplicate,question,invalid,wontfix,External

β€Ž.gitignoreβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,38 @@
11
# Change Log
22

3-
## [v1.1.1](https://github.com/AtomLinter/linter-moonscript/tree/v1.1.1) (2017-02-13)
3+
## [v1.2.0](https://github.com/AtomLinter/linter-moonscript/tree/v1.2.0) (2019-01-30)
4+
[Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v1.1.1...v1.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- fix: support v2 Linter API [\#30](https://github.com/AtomLinter/linter-moonscript/pull/30) ([vzamanillo](https://github.com/vzamanillo))
9+
- Update atom-package-deps to version 5.0.0 πŸš€ [\#28](https://github.com/AtomLinter/linter-moonscript/pull/28) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
10+
- Asyncify the specs [\#19](https://github.com/AtomLinter/linter-moonscript/pull/19) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Update eslint-config-airbnb-base to version 12.0.0 πŸš€ [\#18](https://github.com/AtomLinter/linter-moonscript/pull/18) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
12+
- Update eslint to version 4.3.0 πŸš€ [\#17](https://github.com/AtomLinter/linter-moonscript/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
- Update xregexp to version 3.2.0 πŸš€ [\#14](https://github.com/AtomLinter/linter-moonscript/pull/14) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
14+
- Update atom-linter to version 10.0.0 πŸš€ [\#13](https://github.com/AtomLinter/linter-moonscript/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
15+
16+
**Fixed bugs:**
17+
18+
- Support v2 Linter API [\#29](https://github.com/AtomLinter/linter-moonscript/issues/29)
19+
- Migrate CircleCI to a 2.0 configuration [\#21](https://github.com/AtomLinter/linter-moonscript/issues/21)
20+
- Upgrade to CircleCI 2.0 [\#27](https://github.com/AtomLinter/linter-moonscript/pull/27) ([Arcanemagus](https://github.com/Arcanemagus))
21+
22+
## [v1.1.1](https://github.com/AtomLinter/linter-moonscript/tree/v1.1.1) (2017-02-14)
423
[Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v1.1.0...v1.1.1)
524

625
**Implemented enhancements:**
726

8-
- Update atom-linter to the latest version πŸš€ [\#11](https://github.com/AtomLinter/linter-moonscript/pull/11) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
27+
- Update atom-linter to version 9.0.0 πŸš€ [\#11](https://github.com/AtomLinter/linter-moonscript/pull/11) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
928

1029
## [v1.1.0](https://github.com/AtomLinter/linter-moonscript/tree/v1.1.0) (2017-01-12)
1130
[Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v1.0.0...v1.1.0)
1231

1332
**Implemented enhancements:**
1433

1534
- Optionally omit globals warning [\#10](https://github.com/AtomLinter/linter-moonscript/pull/10) ([dcr30](https://github.com/dcr30))
16-
- Update dependencies to enable Greenkeeper 🌴 [\#9](https://github.com/AtomLinter/linter-moonscript/pull/9) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
35+
- Update dependencies to enable Greenkeeper 🌴 [\#9](https://github.com/AtomLinter/linter-moonscript/pull/9) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
1736

1837
## [v1.0.0](https://github.com/AtomLinter/linter-moonscript/tree/v1.0.0) (2016-12-07)
1938
[Full Changelog](https://github.com/AtomLinter/linter-moonscript/compare/v0.1.2...v1.0.0)

0 commit comments

Comments
Β (0)