diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 88251c57..7f547ade 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/imgarylai/use-mailchimp-form/compare/v2.0.5...v3.0.0) (2022-02-06) + + +### Code Refactoring + +* **package:** replace jsonp with fetch-jsonp ([50bc0b1](https://github.com/imgarylai/use-mailchimp-form/commit/50bc0b1d3476fcc5b330e7ba72ef40cd275dee94)) + + +### BREAKING CHANGES + +* **package:** jsonp dependency replacement + ## [2.0.5](https://github.com/imgarylai/use-mailchimp-form/compare/v2.0.4...v2.0.5) (2022-02-05) diff --git a/package-lock.json b/package-lock.json index 93d8f9d9..6517bddb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-mailchimp-form", - "version": "2.0.5", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b368dda3..6af64f00 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/imgarylai/use-mailchimp-form/issues" }, "homepage": "https://github.com/imgarylai/use-mailchimp-form#readme", - "version": "2.0.5", + "version": "3.0.0", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.module.js",