From d057fdcbe9896f38add87907c2ac3c906898c57f Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 31 Oct 2022 01:40:21 +0000 Subject: [PATCH] :bookmark: Release v2.1.17 [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 badf8d1..c7bf463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.1.17] - 2022-10-31 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.17) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.16...v2.1.17) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.17) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.17.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.17.tar.gz)) + +### Dependency updates + +- [`c0bb510`](https://github.com/BetaHuhn/feedback-js/commit/c0bb510) Bump stefanzweifel/git-auto-commit-action +- [`5cbab97`](https://github.com/BetaHuhn/feedback-js/commit/5cbab97) Bump stefanzweifel/git-auto-commit-action + ## [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)) diff --git a/package-lock.json b/package-lock.json index 3b933b5..a4fada4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.16", + "version": "2.1.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e7ba0a..9842b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.16", + "version": "2.1.17", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {