Skip to content

Commit

Permalink
chore: Release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 8, 2020
1 parent 9684afc commit c2abd13
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.0.0](https://github.com/medikoo/npm-cross-link/compare/v8.0.1...v9.0.0) (2020-05-08)

### ⚠ BREAKING CHANGES

- Log level for outdated versions of deep dependencies was lowered to info
- Log level for outdated versions of top level dependencies was lowered to notice

### Features

- Lower log level for outdated version range info ([d9a32d0](https://github.com/medikoo/npm-cross-link/commit/d9a32d0b8ea7bec496b14867e31054653b74e0c9))
- Signal if maintained package is not at "latest" state ([3a6d7a3](https://github.com/medikoo/npm-cross-link/commit/3a6d7a355cfbb67d7131a9eae5c26f4c2ad28821))

### [8.0.1](https://github.com/medikoo/npm-cross-link/compare/v8.0.0...v8.0.1) (2020-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-cross-link",
"version": "8.0.1",
"version": "9.0.0",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"bin": {
"npm-cross-link": "./bin/npm-cross-link.js",
Expand Down

0 comments on commit c2abd13

Please sign in to comment.