Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Feb 5, 2020
1 parent a9dd920 commit df01025
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### 4.0.0

#### Breaking Changes

- drop Node 6 support

*See: [`02d73e2`](https://github.com/groupon/nlm/commit/02d73e24d92feba06afb93ae3db35a23a39139e5)*

- drop Node 8 support

*See: [`eafbbe6`](https://github.com/groupon/nlm/commit/eafbbe655a4019ffe8f3e966d06c47c86f9b0670)*

#### Commits

* refactor: drop Node 6/8 support & upgrade dependencies - **[@aaarichter](https://github.com/aaarichter)** [#57](https://github.com/groupon/nlm/pull/57)
- [`005c83d`](https://github.com/groupon/nlm/commit/005c83d56664b73532c9184be2d2b688d48100a5) **chore:** upgrade dependencies
- [`edc920b`](https://github.com/groupon/nlm/commit/edc920b81a231d3fdbfceaaf91c69e4ad380731d) **style:** address lint errors & warnings
- [`02d73e2`](https://github.com/groupon/nlm/commit/02d73e24d92feba06afb93ae3db35a23a39139e5) **refactor:** drop Node 6 support & upgrade packages
- [`eafbbe6`](https://github.com/groupon/nlm/commit/eafbbe655a4019ffe8f3e966d06c47c86f9b0670) **refactor:** drop Node 8 support
- [`9791047`](https://github.com/groupon/nlm/commit/979104768fa6cafa665a41ca0f515710db878e16) **style:** apply JS transform on lib & test
- [`5543c9b`](https://github.com/groupon/nlm/commit/5543c9b1d81587819160e6152dacddf335983147) **style:** fix lint issues
- [`239ae9a`](https://github.com/groupon/nlm/commit/239ae9a52d556f108c360be05283d03547ad52e6) **fix:** address feedback


### 3.6.3

* clean up broken links in README - **[@dbushong](https://github.com/dbushong)** [#56](https://github.com/groupon/nlm/pull/56)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlm",
"version": "3.6.3",
"version": "4.0.0",
"description": "Lifecycle manager for node projects",
"license": "BSD-3-Clause",
"main": "lib/nlm.js",
Expand Down

0 comments on commit df01025

Please sign in to comment.