Skip to content

Commit 554d47b

Browse files
committed
chore(release): 5.0.0
1 parent d9f0f14 commit 554d47b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/medikoo/npm-cross-link/compare/v4.0.0...v5.0.0) (2019-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* fix resolution of latest supported published version ([5123814](https://github.com/medikoo/npm-cross-link/commit/5123814))
12+
* handling installation of externals at non semver versions ([d9f0f14](https://github.com/medikoo/npm-cross-link/commit/d9f0f14))
13+
* handling of case where package has no dependencies ([6539fa4](https://github.com/medikoo/npm-cross-link/commit/6539fa4))
14+
15+
16+
### Features
17+
18+
* ensure to remove package-lock.json for maintained packages ([dee49dd](https://github.com/medikoo/npm-cross-link/commit/dee49dd))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* package-lock.json is now automatically removed for link dependencies.
24+
As they serve as libraries, so package lock servse no purpose for them
25+
26+
27+
528
<a name="4.0.0"></a>
629
# [4.0.0](https://github.com/medikoo/npm-cross-link/compare/v3.1.4...v4.0.0) (2019-01-21)
730

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": "4.0.0",
3+
"version": "5.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)