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

Commit 7285563

Browse files
committed
Prepare v1.2.0 release
1 parent 04d5ae4 commit 7285563

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [v1.2.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.2.0) (2017-02-22)
4+
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.11...v1.2.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Implement specs [\#39](https://github.com/AtomLinter/linter-elixirc/issues/39)
9+
- Cleanup and bugfixes [\#82](https://github.com/AtomLinter/linter-elixirc/pull/82) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Update atom-linter to the latest version 🚀 [\#81](https://github.com/AtomLinter/linter-elixirc/pull/81) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
11+
12+
**Fixed bugs:**
13+
14+
- Line number greater than maximum line [\#76](https://github.com/AtomLinter/linter-elixirc/issues/76)
15+
- Error: Line number greater than maximum line [\#63](https://github.com/AtomLinter/linter-elixirc/issues/63)
16+
- Linter errors link to wrong file location when in an umbrella application [\#21](https://github.com/AtomLinter/linter-elixirc/issues/21)
17+
- Linting only works for first added project. [\#20](https://github.com/AtomLinter/linter-elixirc/issues/20)
18+
- Cleanup and bugfixes [\#82](https://github.com/AtomLinter/linter-elixirc/pull/82) ([Arcanemagus](https://github.com/Arcanemagus))
19+
- Fix new warning messages with Elixir 1.3 [\#79](https://github.com/AtomLinter/linter-elixirc/pull/79) ([jfrolich](https://github.com/jfrolich))
20+
321
## [v1.1.11](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.11) (2016-09-06)
422
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.10...v1.1.11)
523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-elixirc",
3-
"version": "1.1.11",
3+
"version": "1.2.0",
44
"linter-package": true,
55
"main": "./lib/init",
66
"description": "Bare Minimum Elixir lint package",

0 commit comments

Comments
 (0)