diff --git a/.changeset/spotty-scissors-cough.md b/.changeset/spotty-scissors-cough.md deleted file mode 100644 index fee0d27..0000000 --- a/.changeset/spotty-scissors-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Show job progress diff --git a/.changeset/strong-feet-invite.md b/.changeset/strong-feet-invite.md deleted file mode 100644 index 50f1e3b..0000000 --- a/.changeset/strong-feet-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Read dir only if exists diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a3caa3e..a7061ed 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @datatruck/cli +## 0.39.1 + +### Patch Changes + +- [`b7c723d`](https://github.com/swordev/datatruck/commit/b7c723d7ff520b52ae25d7b20cd473400e3ceab7) Thanks [@juanrgm](https://github.com/juanrgm)! - Show job progress + +- [`a3487c4`](https://github.com/swordev/datatruck/commit/a3487c43e039d23d0279125d592a9c1982cc8568) Thanks [@juanrgm](https://github.com/juanrgm)! - Read dir only if exists + ## 0.39.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3925a38..0e03eff 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@datatruck/cli", - "version": "0.39.0", + "version": "0.39.1", "description": "Tool for creating and managing backups", "homepage": "https://github.com/swordev/datatruck#readme", "bugs": { diff --git a/packages/datatruck/CHANGELOG.md b/packages/datatruck/CHANGELOG.md index b914ebb..bf22cde 100644 --- a/packages/datatruck/CHANGELOG.md +++ b/packages/datatruck/CHANGELOG.md @@ -1,5 +1,12 @@ # datatruck +## 0.39.1 + +### Patch Changes + +- Updated dependencies [[`b7c723d`](https://github.com/swordev/datatruck/commit/b7c723d7ff520b52ae25d7b20cd473400e3ceab7), [`a3487c4`](https://github.com/swordev/datatruck/commit/a3487c43e039d23d0279125d592a9c1982cc8568)]: + - @datatruck/cli@0.39.1 + ## 0.39.0 ### Patch Changes diff --git a/packages/datatruck/package.json b/packages/datatruck/package.json index 648cf49..d5fc206 100644 --- a/packages/datatruck/package.json +++ b/packages/datatruck/package.json @@ -1,6 +1,6 @@ { "name": "datatruck", - "version": "0.39.0", + "version": "0.39.1", "description": "Tool for creating and managing backups", "homepage": "https://github.com/swordev/datatruck#readme", "bugs": {