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

Commit 6c01835

Browse files
committed
Prepare v1.6.0 release
1 parent fd2d82c commit 6c01835

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v1.6.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.6.0) (2017-05-05)
4+
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.5.0...v1.6.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Expand and tidy the README [\#89](https://github.com/AtomLinter/linter-elixirc/pull/89) ([mauricerkellu](https://github.com/mauricerkelly))
9+
10+
**Fixed bugs:**
11+
12+
- Fix absolute vs relative path issues [\#92](https://github.com/AtomLinter/linter-elixirc/pull/92) ([mauricerkellu](https://github.com/mauricerkelly))
13+
- Await the result of isUmbrellaProject() [\#91](https://github.com/AtomLinter/linter-elixirc/pull/91) ([mauricerkelly](https://github.com/mauricerkelly))
14+
315
## [v1.5.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.5.0) (2017-04-17)
416
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.4.0...v1.5.0)
517

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

0 commit comments

Comments
 (0)