Skip to content

Commit c2c2ddf

Browse files
committed
chore(release): 7.11.0
1 parent 1cddabb commit c2c2ddf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [7.11.0](https://github.com/medikoo/npm-cross-link/compare/v7.10.1...v7.11.0) (2019-11-20)
6+
7+
### Bug Fixes
8+
9+
- Fix handling of broken process initialization ([91a4099](https://github.com/medikoo/npm-cross-link/commit/91a4099))
10+
- Show non published version range info only when there's range ([1cddabb](https://github.com/medikoo/npm-cross-link/commit/1cddabb))
11+
12+
### Features
13+
14+
- Workaround npm install quirk ([ddc64c2](https://github.com/medikoo/npm-cross-link/commit/ddc64c2))
15+
516
### [7.10.1](https://github.com/medikoo/npm-cross-link/compare/v7.10.0...v7.10.1) (2019-07-12)
617

718
### 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": "7.10.1",
3+
"version": "7.11.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)