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

Commit b65bb82

Browse files
committed
Prepare v1.4.0 release
1 parent 28c5eaa commit b65bb82

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v1.4.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.4.0) (2017-03-22)
4+
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.3.0...v1.4.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Update to use Linter v2 provider and message formats [\#85](https://github.com/AtomLinter/linter-elixirc/pull/85) ([mauricerkelly](https://github.com/mauricerkelly))
9+
310
## [v1.3.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.3.0) (2017-03-02)
411
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.2.0...v1.3.0)
512

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.3.0",
3+
"version": "1.4.0",
44
"linter-package": true,
55
"main": "./lib/init",
66
"description": "Bare Minimum Elixir lint package",

0 commit comments

Comments
 (0)