Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 5, 2023
1 parent ca11c75 commit dfc76a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/meyfa/recaptcha-promise/compare/v2.0.2...v3.0.0) (2023-07-05)


### ⚠ BREAKING CHANGES

* Drop support for Node.js older than v18.16.1 ([#112](https://github.com/meyfa/recaptcha-promise/issues/112))

### Miscellaneous Chores

* Drop support for Node.js older than v18.16.1 ([#112](https://github.com/meyfa/recaptcha-promise/issues/112)) ([153a3ce](https://github.com/meyfa/recaptcha-promise/commit/153a3cedd285e7072b3e0bd8d9da08a0d0b1c262))

## [2.0.2](https://github.com/meyfa/recaptcha-promise/compare/v2.0.1...v2.0.2) (2022-10-08)


Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "recaptcha-promise",
"version": "2.0.2",
"version": "3.0.0",
"description": "Node module for promise-based ReCAPTCHA verification",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dfc76a5

Please sign in to comment.