diff --git a/.changeset/red-yaks-fly.md b/.changeset/red-yaks-fly.md deleted file mode 100644 index c5791e3..0000000 --- a/.changeset/red-yaks-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@platforma-open/milaboratories.software-small-binaries.mnz-client": patch ---- - -add a possibility to run it in dry-run diff --git a/catalogue/CHANGELOG.md b/catalogue/CHANGELOG.md index a67afb4..74091df 100644 --- a/catalogue/CHANGELOG.md +++ b/catalogue/CHANGELOG.md @@ -1,5 +1,12 @@ # @platforma-open/milaboratories.software-small-binaries +## 1.15.8 + +### Patch Changes + +- Updated dependencies [8465bf4] + - @platforma-open/milaboratories.software-small-binaries.mnz-client@1.5.1 + ## 1.15.7 ### Patch Changes diff --git a/catalogue/package.json b/catalogue/package.json index 3d8e2b4..b7d57a9 100644 --- a/catalogue/package.json +++ b/catalogue/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.software-small-binaries", - "version": "1.15.7", + "version": "1.15.8", "description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs", "scripts": { "cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./dist/", diff --git a/mnz-client/CHANGELOG.md b/mnz-client/CHANGELOG.md index 6cad821..ac50ace 100644 --- a/mnz-client/CHANGELOG.md +++ b/mnz-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @platforma-open/milaboratories.software-small-binaries.mnz-client +## 1.5.1 + +### Patch Changes + +- 8465bf4: add a possibility to run it in dry-run + ## 1.5.0 ### Minor Changes diff --git a/mnz-client/package.json b/mnz-client/package.json index e587dde..3078d1a 100644 --- a/mnz-client/package.json +++ b/mnz-client/package.json @@ -1,6 +1,6 @@ { "name": "@platforma-open/milaboratories.software-small-binaries.mnz-client", - "version": "1.5.0", + "version": "1.5.1", "description": "Client for getting licensed JWT tokens for third-party software", "scripts": { "cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",