diff --git a/CHANGELOG.md b/CHANGELOG.md index 6694630..1eedbf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v1.0.2] - 2021-01-25 + +[Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v1.0.2) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v1.0.1...v1.0.2) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v1.0.2) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v1.0.2.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v1.0.2.tar.gz)) + ## [v1.0.1] - 2021-01-11 [Release notes](https://github.com/BetaHuhn/feedback-js/releases/tag/v1.0.1) · [Compare](https://github.com/BetaHuhn/feedback-js/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/BetaHuhn/feedback-js/tree/v1.0.1) · Archive ([zip](https://github.com/BetaHuhn/feedback-js/archive/v1.0.1.zip) · [tar.gz](https://github.com/BetaHuhn/feedback-js/archive/v1.0.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 269cbe5..e9999ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73b7e86..2c0087a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@betahuhn/feedback-js", - "version": "1.0.1", + "version": "1.0.2", "description": "Simple self-hosted feedback modal for any website", "main": "dist/feedback-js.min.js", "scripts": {