Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Oct 31, 2023
2 parents ff10111 + 97ab6d3 commit cd7ed65
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 47 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.1-dev.2](https://github.com/disane87/docudigger/compare/v2.0.1-dev.1...v2.0.1-dev.2) (2023-10-31)


### 🛠️ Fixes

* :bug: fixed changed amazon selectors ([6c4ea0a](https://github.com/disane87/docudigger/commit/6c4ea0ab1cfb10eda4031fc5624a970a59c284c1)), closes [#221](https://github.com/disane87/docudigger/issues/221)
* fixed build errors ([16ae7af](https://github.com/disane87/docudigger/commit/16ae7af6167f1a4bd5c57e22771f46afd577a2ab))
* unsued variables removed ([7876d50](https://github.com/disane87/docudigger/commit/7876d50fc0a581d396b1913a1139d0139ba1b8ce))
* **deps:** update dependency @oclif/core to v2.9.1 ([#171](https://github.com/disane87/docudigger/issues/171)) ([3bc803e](https://github.com/disane87/docudigger/commit/3bc803ee5f42774df44d7098c08fe689985c1428))

## [2.0.1-dev.1](https://github.com/disane87/docudigger/compare/v2.0.0...v2.0.1-dev.1) (2023-07-12)


Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,7 @@ $ npm install -g @disane-dev/docudigger
$ docudigger COMMAND
running command...
$ docudigger (--version)
@disane-dev/docudigger/2.0.1-dev.1 win32-x64 node-v20.9.0
$ docudigger --help [COMMAND]
USAGE
$ docudigger COMMAND
...
```
<!-- usagestop -->
```sh-session
$ npm install -g @disane-dev/docudigger
$ docudigger COMMAND
running command...
$ docudigger (--version)
@disane-dev/docudigger/2.0.1-dev.1 linux-x64 node-v18.16.1
@disane-dev/docudigger/2.0.1-dev.2 linux-x64 node-v18.18.2
$ docudigger --help [COMMAND]
USAGE
$ docudigger COMMAND
Expand Down
Loading

0 comments on commit cd7ed65

Please sign in to comment.