Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#144)
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 Nov 17, 2023
1 parent af8100b commit 5a904ce
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* Bump axios dependency range ([#145](https://github.com/meyfa/recaptcha-promise/issues/145)) ([0acca00](https://github.com/meyfa/recaptcha-promise/commit/0acca00901559d17bfd2ad7b31d9b47a8ae702f4))
* **deps:** update dependency axios to v1.6.0 [security] ([#142](https://github.com/meyfa/recaptcha-promise/issues/142)) ([671f998](https://github.com/meyfa/recaptcha-promise/commit/671f9987cd79ec56815c18059740c9334f355347))

## [3.0.1](https://github.com/meyfa/recaptcha-promise/compare/v3.0.0...v3.0.1) (2023-07-23)


Expand Down
51 changes: 22 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recaptcha-promise",
"version": "3.0.1",
"version": "3.0.2",
"description": "Node module for promise-based ReCAPTCHA verification",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/node": "20.8.10",
"axios-mock-adapter": "1.21.5",
"c8": "8.0.0",
"eslint": "8.53.0",
"eslint": "8.50.0",
"mocha": "10.2.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit 5a904ce

Please sign in to comment.