Skip to content

Commit c2abd13

Browse files
committed
chore: Release v9.0.0
1 parent 9684afc commit c2abd13

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
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [9.0.0](https://github.com/medikoo/npm-cross-link/compare/v8.0.1...v9.0.0) (2020-05-08)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Log level for outdated versions of deep dependencies was lowered to info
10+
- Log level for outdated versions of top level dependencies was lowered to notice
11+
12+
### Features
13+
14+
- Lower log level for outdated version range info ([d9a32d0](https://github.com/medikoo/npm-cross-link/commit/d9a32d0b8ea7bec496b14867e31054653b74e0c9))
15+
- Signal if maintained package is not at "latest" state ([3a6d7a3](https://github.com/medikoo/npm-cross-link/commit/3a6d7a355cfbb67d7131a9eae5c26f4c2ad28821))
16+
517
### [8.0.1](https://github.com/medikoo/npm-cross-link/compare/v8.0.0...v8.0.1) (2020-02-19)
618

719
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-cross-link",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
55
"bin": {
66
"npm-cross-link": "./bin/npm-cross-link.js",

0 commit comments

Comments
 (0)