Skip to content

Commit

Permalink
chore(release): 📢 2.0.6-dev.13
Browse files Browse the repository at this point in the history
## [2.0.6-dev.13](v2.0.6-dev.12...v2.0.6-dev.13) (2024-10-31)

### 🛠️ Fixes

* added UserAgent to prevent Captchas (hopefully) ([9acf77d](9acf77d))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent f2c2ae8 commit bbc61a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.6-dev.13](https://github.com/disane87/docudigger/compare/v2.0.6-dev.12...v2.0.6-dev.13) (2024-10-31)

### 🛠️ Fixes

* added UserAgent to prevent Captchas (hopefully) ([9acf77d](https://github.com/disane87/docudigger/commit/9acf77d131d57dc80ff58cf86750278b4928cec2))

## [2.0.6-dev.12](https://github.com/disane87/docudigger/compare/v2.0.6-dev.11...v2.0.6-dev.12) (2024-10-31)

### 🛠️ Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ npm install -g @disane-dev/docudigger
$ docudigger COMMAND
running command...
$ docudigger (--version)
@disane-dev/docudigger/2.0.6-dev.12 linux-x64 node-v20.18.0
@disane-dev/docudigger/2.0.6-dev.13 linux-x64 node-v20.18.0
$ docudigger --help [COMMAND]
USAGE
$ docudigger COMMAND
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "@disane-dev/docudigger",
"version": "2.0.6-dev.12",
"version": "2.0.6-dev.13",
"description": "Universal and extensible document scraper to get documents from pages (like customer portals etc.)",
"author": "Marco Franke @Disane87",
"bin": {
Expand Down

0 comments on commit bbc61a7

Please sign in to comment.