diff --git a/CHANGELOG.md b/CHANGELOG.md index 07494f8..22534f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [7.9.0](https://github.com/medikoo/npm-cross-link/compare/v7.8.0...v7.9.0) (2019-07-02) + +### Features + +- 'bumpDeps' option, false by default ([5d3cc57](https://github.com/medikoo/npm-cross-link/commit/5d3cc57)) + ## [7.8.0](https://github.com/medikoo/npm-cross-link/compare/v7.7.4...v7.8.0) (2019-07-02) ### Bug Fixes diff --git a/package.json b/package.json index e0a5cd7..7cd78b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cross-link", - "version": "7.8.0", + "version": "7.9.0", "author": "Mariusz Nowak (http://www.medikoo.com/)", "bin": { "npm-cross-link": "./bin/npm-cross-link.js",