Skip to content

Commit 9836d5d

Browse files
committed
chore: Release v10.0.0
1 parent dbae3f7 commit 9836d5d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [10.0.0](https://github.com/medikoo/npm-cross-link/compare/v9.0.4...v10.0.0) (2020-09-15)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- `lib/setup-repository` was removed (moved to be internally private). External packages should no longer rely on that
10+
11+
### Features
12+
13+
- Allow to customize path of maintained package ([77ec091](https://github.com/medikoo/npm-cross-link/commit/77ec091ab48b22a3c5dd5088007d13e4227e9ce5)), closes [#14](https://github.com/medikoo/npm-cross-link/issues/14)
14+
- Support `branch` in repository configuration ([58a6f23](https://github.com/medikoo/npm-cross-link/commit/58a6f237f4175b7a3559c0beba439942bea23bc9))
15+
- Support multi package repositories ([25f2912](https://github.com/medikoo/npm-cross-link/commit/25f2912954146c55ce7a302d65562bfe5cd0c701))
16+
17+
* Make `setupRepository` private ([3a590c8](https://github.com/medikoo/npm-cross-link/commit/3a590c88f58ed36194f01977977a40b1ff6d7442))
18+
519
### [9.0.4](https://github.com/medikoo/npm-cross-link/compare/v9.0.3...v9.0.4) (2020-07-15)
620

721
### 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": "9.0.4",
3+
"version": "10.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)