diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ad817..49dcf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.21] - 2023-01-09 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.21) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.20...v2.1.21) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.21) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.21.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.21.tar.gz)) + +### Dependency updates + +- [`e3a0ba7`](https://github.com/BetaHuhn/feedback-js/commit/e3a0ba7) Bump json5 from 2.1.3 to 2.2.3 + ## [v2.1.20] - 2022-12-12 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.20) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.19...v2.1.20) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.20) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.20.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.20.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4b5f1e7..b692654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.20", + "version": "2.1.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c7d875..9c4533a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.20", + "version": "2.1.21", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {