Skip to content

Commit

Permalink
fix: test commit for build (#793)
Browse files Browse the repository at this point in the history
* fix: test commit for build
  • Loading branch information
Disane87 committed May 28, 2024
1 parent b5eb21b commit 0944c1e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.0.3-dev.1](https://github.com/disane87/docudigger/compare/v2.0.2...v2.0.3-dev.1) (2024-05-28)


### 🛠️ Fixes

* test commit for build ([4692daf](https://github.com/disane87/docudigger/commit/4692daf9c27985db28e267e4aa1f810c68fe08e1))


### 📔 Docs

* :memo: updated docs to reflect correct usage ([fa3bab0](https://github.com/disane87/docudigger/commit/fa3bab0ef37324155ce13997915c96b9d7553564))
* added a hint for `env-cmd` ([e313958](https://github.com/disane87/docudigger/commit/e313958f8985ff0b5da0d2f054dac48171a0f535))
* changes gitmojis ([af62023](https://github.com/disane87/docudigger/commit/af62023a9fa0cc6758144406488de579ba3c7c62))
* changes readme ([778214d](https://github.com/disane87/docudigger/commit/778214da89e561d9d190283ed81dd75880f70073))
* fixed typos in readme ([6303f6e](https://github.com/disane87/docudigger/commit/6303f6e9c29d656fc822ebb69d00a43a52e64c92))

## [2.0.3-dev.6](https://github.com/disane87/docudigger/compare/v2.0.3-dev.5...v2.0.3-dev.6) (2024-05-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ npm install -g @disane-dev/docudigger
$ docudigger COMMAND
running command...
$ docudigger (--version)
@disane-dev/docudigger/2.0.3-dev.6 linux-x64 node-v20.13.1
@disane-dev/docudigger/2.0.3-dev.1 linux-x64 node-v20.13.1
$ 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.3-dev.6",
"version": "2.0.3-dev.1",
"description": "Universal and extensible document scraper to get documents from pages (like customer portals etc.)",
"author": "Marco Franke @Disane87",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/classes/scrape-command.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export abstract class ScrapeCommand<
}
if (arr.length == 1) return arr[0];
}
throw `Unable to get active page`;
throw `Unable to get active page. Plase open up a github issue`;
}

public async closeBrowser() {
Expand Down

0 comments on commit 0944c1e

Please sign in to comment.