diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b640c..48860e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [1.1.8](https://github.com/npm/bin-links/compare/v1.1.7...v1.1.8) (2020-03-24) + + + ## [1.1.7](https://github.com/npm/bin-links/compare/v1.1.6...v1.1.7) (2019-12-26) diff --git a/package-lock.json b/package-lock.json index 95357a7..d57f30f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bin-links", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00c4666..b7665c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bin-links", - "version": "1.1.7", + "version": "1.1.8", "publishConfig": { "tag": "legacy" },