Skip to content

Commit 037b9fe

Browse files
committed
chore(release): 4.0.0
1 parent 985d3d9 commit 037b9fe

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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="4.0.0"></a>
6+
# [4.0.0](https://github.com/medikoo/npm-cross-link/compare/v3.1.4...v4.0.0) (2019-01-21)
7+
8+
9+
### Features
10+
11+
* install local deps in place if not at local version ([9fd6b4a](https://github.com/medikoo/npm-cross-link/commit/9fd6b4a))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* So far local (developed) dependencies where linked no matter the
17+
referenced version in package.json.
18+
Since now npm versions are installed in place
19+
if referenced version doesn't match local one.
20+
This ensures we should always have packages working
21+
and allow more controlled upgrades of majors
22+
23+
24+
525
<a name="3.1.4"></a>
626
## [3.1.4](https://github.com/medikoo/npm-cross-link/compare/v3.1.3...v3.1.4) (2018-11-15)
727

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