Skip to content

Commit afd51d0

Browse files
chore(master): release node-capmonster 0.4.5 (#80)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5e340f3 commit afd51d0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.4"
2+
".": "0.4.5"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.5](https://github.com/alperensert/node-capmonster/compare/node-capmonster-v0.4.4...node-capmonster-v0.4.5) (2024-04-28)
4+
5+
6+
### Features
7+
8+
* added data dome task class for handling Data Dome captchas ([5e340f3](https://github.com/alperensert/node-capmonster/commit/5e340f33e68649608b6015290b33b32c1078fad5))
9+
* added geetest v4 task support ([0332067](https://github.com/alperensert/node-capmonster/commit/0332067c64671b91e8b2a76b9c3946470017c981))
10+
11+
12+
### Bug Fixes
13+
14+
* export aws waf task from root of the package ([da4822f](https://github.com/alperensert/node-capmonster/commit/da4822f0e1150decacec03c2ec3519694b7a82f8))
15+
316
## [0.4.4](https://github.com/alperensert/node-capmonster/compare/node-capmonster-v0.4.3...node-capmonster-v0.4.4) (2024-04-27)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-capmonster",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Capmonster.cloud module for NodeJS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)