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

Commit 7b2fac6

Browse files
committed
Prepare 1.7.0 release
1 parent 4fd445f commit 7b2fac6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v1.7.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.7.0) (2017-07-22)
4+
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.6.0...v1.7.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Improve unit testing [\#95](https://github.com/AtomLinter/linter-elixirc/pull/95) ([mauricerkellu](https://github.com/mauricerkelly))
9+
- Update fs-extra to the latest version [\#97](https://github.com/AtomLinter/linter-elixirc/pull/97) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
10+
- Force elixirc for umbrella projects [\#98](https://github.com/AtomLinter/linter-elixirc/pull/98) ([mauricerkellu](https://github.com/mauricerkelly))
11+
312
## [v1.6.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.6.0) (2017-05-05)
413
[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.5.0...v1.6.0)
514

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

0 commit comments

Comments
 (0)