diff --git a/CHANGELOG.md b/CHANGELOG.md index c09d73a..769c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.23] - 2023-07-24 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.23) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.22...v2.1.23) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.23) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.23.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.23.tar.gz)) + +### Dependency updates + +- [`555170a`](https://github.com/BetaHuhn/feedback-js/commit/555170a) Bump word-wrap from 1.2.3 to 1.2.4 + ## [v2.1.22] - 2023-02-06 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.22) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.21...v2.1.22) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.22) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.22.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.22.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 0442ee2..06e1f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.22", + "version": "2.1.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d9b7e4..d7b135f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.22", + "version": "2.1.23", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {