Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#180)
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 21, 2024
1 parent 8c38cbf commit 33f0c62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/meyfa/recaptcha-promise/compare/v3.0.2...v3.1.0) (2024-07-21)


### Features

* Use native `fetch()` instead of axios ([#179](https://github.com/meyfa/recaptcha-promise/issues/179)) ([8c38cbf](https://github.com/meyfa/recaptcha-promise/commit/8c38cbf76bf4e8046dd54f1155e9dae0e69d9385))

## [3.0.2](https://github.com/meyfa/recaptcha-promise/compare/v3.0.1...v3.0.2) (2023-11-17)


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": "3.0.2",
"version": "3.1.0",
"description": "Node module for promise-based ReCAPTCHA verification",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 33f0c62

Please sign in to comment.