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

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Feb 22, 2017
1 parent 04d5ae4 commit 7285563
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v1.2.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.2.0) (2017-02-22)
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.11...v1.2.0)

**Implemented enhancements:**

- Implement specs [\#39](https://github.com/AtomLinter/linter-elixirc/issues/39)
- Cleanup and bugfixes [\#82](https://github.com/AtomLinter/linter-elixirc/pull/82) ([Arcanemagus](https://github.com/Arcanemagus))
- Update atom-linter to the latest version 🚀 [\#81](https://github.com/AtomLinter/linter-elixirc/pull/81) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))

**Fixed bugs:**

- Line number greater than maximum line [\#76](https://github.com/AtomLinter/linter-elixirc/issues/76)
- Error: Line number greater than maximum line [\#63](https://github.com/AtomLinter/linter-elixirc/issues/63)
- Linter errors link to wrong file location when in an umbrella application [\#21](https://github.com/AtomLinter/linter-elixirc/issues/21)
- Linting only works for first added project. [\#20](https://github.com/AtomLinter/linter-elixirc/issues/20)
- Cleanup and bugfixes [\#82](https://github.com/AtomLinter/linter-elixirc/pull/82) ([Arcanemagus](https://github.com/Arcanemagus))
- Fix new warning messages with Elixir 1.3 [\#79](https://github.com/AtomLinter/linter-elixirc/pull/79) ([jfrolich](https://github.com/jfrolich))

## [v1.1.11](https://github.com/AtomLinter/linter-elixirc/tree/v1.1.11) (2016-09-06)
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.10...v1.1.11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linter-elixirc",
"version": "1.1.11",
"version": "1.2.0",
"linter-package": true,
"main": "./lib/init",
"description": "Bare Minimum Elixir lint package",
Expand Down

0 comments on commit 7285563

Please sign in to comment.