From 7285563a450d0fbe027525867b54d261d2312978 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 22 Feb 2017 14:18:16 -0800 Subject: [PATCH] Prepare v1.2.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedaae5..96792c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 324184f..e21896e 100644 --- a/package.json +++ b/package.json @@ -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",