Skip to content

Commit

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

### 📔 Docs

* update global installation command ([fd66c17](fd66c17)), closes [#1009](#1009)
* update global installation command ([afc39ee](afc39ee)), closes [#1009](#1009)
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent 78064d5 commit e69f6c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.6-dev.4](https://github.com/disane87/docudigger/compare/v2.0.6-dev.3...v2.0.6-dev.4) (2024-10-29)

### 📔 Docs

* update global installation command ([fd66c17](https://github.com/disane87/docudigger/commit/fd66c17cf0f0d2fc9046fc865ccc48c02dd6f04d)), closes [#1009](https://github.com/disane87/docudigger/issues/1009)
* update global installation command ([afc39ee](https://github.com/disane87/docudigger/commit/afc39eeb32f77ee910fc42343a5b154c19a30584)), closes [#1009](https://github.com/disane87/docudigger/issues/1009)

## [2.0.6-dev.3](https://github.com/disane87/docudigger/compare/v2.0.6-dev.2...v2.0.6-dev.3) (2024-10-29)

### 🛠️ Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ npm install

<!-- usage -->
```sh-session
$ npm install -g @disane-dev/docudigger --ignore-scripts
$ npm install -g @disane-dev/docudigger
$ docudigger COMMAND
running command...
$ docudigger (--version)
@disane-dev/docudigger/2.0.6-dev.3 linux-x64 node-v20.18.0
@disane-dev/docudigger/2.0.6-dev.4 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.3",
"version": "2.0.6-dev.4",
"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 e69f6c4

Please sign in to comment.