Skip to content

Commit

Permalink
chore(master): release node-capmonster 0.4.5 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 28, 2024
1 parent 5e340f3 commit afd51d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.4"
".": "0.4.5"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.5](https://github.com/alperensert/node-capmonster/compare/node-capmonster-v0.4.4...node-capmonster-v0.4.5) (2024-04-28)


### Features

* added data dome task class for handling Data Dome captchas ([5e340f3](https://github.com/alperensert/node-capmonster/commit/5e340f33e68649608b6015290b33b32c1078fad5))
* added geetest v4 task support ([0332067](https://github.com/alperensert/node-capmonster/commit/0332067c64671b91e8b2a76b9c3946470017c981))


### Bug Fixes

* export aws waf task from root of the package ([da4822f](https://github.com/alperensert/node-capmonster/commit/da4822f0e1150decacec03c2ec3519694b7a82f8))

## [0.4.4](https://github.com/alperensert/node-capmonster/compare/node-capmonster-v0.4.3...node-capmonster-v0.4.4) (2024-04-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-capmonster",
"version": "0.4.4",
"version": "0.4.5",
"description": "Capmonster.cloud module for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit afd51d0

Please sign in to comment.