From 961e3bd65c75ec9a2df05c9204963f115fa7e2f9 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 23 Mar 2020 17:17:41 -0700 Subject: [PATCH] chore(release): 1.1.8 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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" },