From 8ebe8ef0c68c6ed5ba6719cf56817896dda7dc4a Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 27 Sep 2021 00:39:51 +0000 Subject: [PATCH] :bookmark: Release v2.1.5 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4fd4f..5a0ff78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.5] - 2021-09-27 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.5) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.4...v2.1.5) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.5) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.5.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.5.tar.gz)) + +### Dependency updates + +- [`d7bc68c`](https://github.com/BetaHuhn/feedback-js/commit/d7bc68c) Bump semver-regex from 3.1.2 to 3.1.3 + ## [v2.1.4] - 2021-09-13 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.4) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.3...v2.1.4) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.4) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.4.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.4.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 47b5061..a84aaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cc0d1d..954ad1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.4", + "version": "2.1.5", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {