From 32413f638d1a6007cc21f00fb2014654ed5e7faf Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 17 Oct 2022 01:51:18 +0000 Subject: [PATCH] :bookmark: Release v2.1.16 [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 4942ec7..badf8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.16] - 2022-10-17 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.16) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.15...v2.1.16) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.16) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.16.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.16.tar.gz)) + +### Dependency updates + +- [`ac746ec`](https://github.com/BetaHuhn/feedback-js/commit/ac746ec) Bump stefanzweifel/git-auto-commit-action + ## [v2.1.15] - 2022-10-03 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.15) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.14...v2.1.15) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.15) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.15.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.15.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ca75824..3b933b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.15", + "version": "2.1.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2ef748..4e7ba0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.15", + "version": "2.1.16", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {