diff --git a/CHANGELOG.md b/CHANGELOG.md index 769c83c..2e9340a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.24] - 2023-10-23 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.24) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.23...v2.1.24) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.24) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.24.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.24.tar.gz)) + +### Dependency updates + +- [`06455a7`](https://github.com/BetaHuhn/feedback-js/commit/06455a7) Bump @babel/traverse from 7.12.12 to 7.23.2 + ## [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)) diff --git a/package-lock.json b/package-lock.json index 713504a..1232960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.23", + "version": "2.1.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7b135f..85966f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.23", + "version": "2.1.24", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {