From 5fcfcd4e1f26986af206b03100b728815e6f50dc Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 13 Sep 2021 00:42:25 +0000 Subject: [PATCH] :bookmark: Release v2.1.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e6f05..4e4fd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [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)) + +### Dependency updates + +- [`64629de`](https://github.com/BetaHuhn/feedback-js/commit/64629de) Bump @betahuhn/config from 1.1.0 to 1.2.0 +- [`58d223c`](https://github.com/BetaHuhn/feedback-js/commit/58d223c) Bump stefanzweifel/git-auto-commit-action + ## [v2.1.3] - 2021-08-16 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.3) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.2...v2.1.3) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.3) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.3.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.3.tar.gz)) diff --git a/package-lock.json b/package-lock.json index d897c28..efbe55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d89f0c..9cc0d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.3", + "version": "2.1.4", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {