Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.5...v3.0.0) (2022-02-06)

### Code Refactoring

* **package:** replace jsonp with fetch-jsonp ([50bc0b1](50bc0b1))

### BREAKING CHANGES

* **package:** jsonp dependency replacement
  • Loading branch information
semantic-release-bot committed Feb 6, 2022
1 parent 004bd0c commit 74e30ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74e30ad

Please sign in to comment.