diff --git a/CHANGELOG.md b/CHANGELOG.md index f76648c..3545846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.1.1] - 2021-07-26 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.1) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.1.0...v2.1.1) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.1) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.1.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.1.tar.gz)) + +### Dependency updates + +- [`e060bf6`](https://github.com/BetaHuhn/feedback-js/commit/e060bf6) Bump eslint from 7.30.0 to 7.31.0 + ## [v2.1.0] - 2021-07-13 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v2.1.0) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v2.0.1...v2.1.0) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v2.1.0) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v2.1.0.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v2.1.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 77c33c2..3058228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d340395..e28a9a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "2.1.0", + "version": "2.1.1", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {