Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 20d62dd

Browse files
authored
Merge branch 'main' into dev
2 parents e17d0cf + 8aaadef commit 20d62dd

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
## [2.0.6-dev.16](https://github.com/disane87/docudigger/compare/v2.0.6-dev.15...v2.0.6-dev.16) (2024-10-31)
23

34
### 🛠️ Fixes
@@ -149,15 +150,19 @@
149150
* update Puppeteer setup logic to use debug flag ([d2b1cb8](https://github.com/disane87/docudigger/commit/d2b1cb89a5c0490f3a4d9eaeaa6e94b993ca1ff4)), closes [#830](https://github.com/disane87/docudigger/issues/830)
150151

151152
## [2.0.6-dev.1](https://github.com/disane87/docudigger/compare/v2.0.5...v2.0.6-dev.1) (2024-06-07)
153+
## [2.0.6](https://github.com/disane87/docudigger/compare/v2.0.5...v2.0.6) (2024-06-04)
152154

153155

154156
### 🛠️ Fixes
155157

158+
156159
* bugfixes with orders and some enhancements ([9e366a1](https://github.com/disane87/docudigger/commit/9e366a1bd94ede5af059f8432209ee3158d817bd)), closes [#829](https://github.com/disane87/docudigger/issues/829) [#828](https://github.com/disane87/docudigger/issues/828) [#827](https://github.com/disane87/docudigger/issues/827)
160+
157161
* first page was skipped ([02b1fb7](https://github.com/disane87/docudigger/commit/02b1fb7a6c71a6f986d84d15df3ad6c714134db1))
158162
* fixed a bug where the first year was not correctly selected ([d2c7793](https://github.com/disane87/docudigger/commit/d2c77935805aed708f4672c8d2e28de3ffd554a9))
159163
* **deps:** update dependency @oclif/core to v3.26.8 ([#811](https://github.com/disane87/docudigger/issues/811)) ([c8c4704](https://github.com/disane87/docudigger/commit/c8c470444bb9df7e5cff23698c3fc24977fa8ac3))
160164
* **deps:** update dependency @oclif/core to v3.26.9 ([#813](https://github.com/disane87/docudigger/issues/813)) ([4adab6c](https://github.com/disane87/docudigger/commit/4adab6cb095cce0ac1bf6874d5ed9f9fa5c15169))
165+
161166
* **deps:** update dependency @oclif/core to v3.27.0 ([#817](https://github.com/disane87/docudigger/issues/817)) ([86bb8d0](https://github.com/disane87/docudigger/commit/86bb8d0e0dcf3650f8b7171c534f90346397c130))
162167
* **deps:** update dependency @oclif/plugin-help to v6.1.0 ([#802](https://github.com/disane87/docudigger/issues/802)) ([891e7e1](https://github.com/disane87/docudigger/commit/891e7e1d8624767697200a6fa37df848a4250471))
163168
* **deps:** update dependency @oclif/plugin-help to v6.2.0 ([#825](https://github.com/disane87/docudigger/issues/825)) ([7473319](https://github.com/disane87/docudigger/commit/7473319a4875414906136d53935053a9f47d3c21))
@@ -166,6 +171,11 @@
166171
* **deps:** update dependency @oclif/plugin-plugins to v5.2.2 ([#818](https://github.com/disane87/docudigger/issues/818)) ([9977bf8](https://github.com/disane87/docudigger/commit/9977bf868e7fca00530bc124989e70a28dc14883))
167172
* **deps:** update dependency @oclif/plugin-plugins to v5.2.3 ([#824](https://github.com/disane87/docudigger/issues/824)) ([3f200c3](https://github.com/disane87/docudigger/commit/3f200c323ffbcf49d0a0631c5d5454311b89ccb0))
168173

174+
* **deps:** update dependency @oclif/plugin-help to v6.1.0 ([#802](https://github.com/disane87/docudigger/issues/802)) ([891e7e1](https://github.com/disane87/docudigger/commit/891e7e1d8624767697200a6fa37df848a4250471))
175+
* **deps:** update dependency @oclif/plugin-plugins to v5.2.0 ([#803](https://github.com/disane87/docudigger/issues/803)) ([ddea6b2](https://github.com/disane87/docudigger/commit/ddea6b261359c4b3efd855c34e8c82d3aa0deae5))
176+
* **deps:** update dependency @oclif/plugin-plugins to v5.2.1 ([#805](https://github.com/disane87/docudigger/issues/805)) ([83a6e66](https://github.com/disane87/docudigger/commit/83a6e66bbf43ee6024ea2c6065fe8a390751f66b))
177+
178+
169179
## [2.0.5-dev.2](https://github.com/disane87/docudigger/compare/v2.0.5-dev.1...v2.0.5-dev.2) (2024-06-04)
170180

171181

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@disane-dev/docudigger",
3-
"version": "2.0.6-dev.16",
3+
"version": "2.0.6",
44
"description": "Universal and extensible document scraper to get documents from pages (like customer portals etc.)",
55
"author": "Marco Franke @Disane87",
66
"bin": {

0 commit comments

Comments
 (0)