diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c982f..af22418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.13](https://github.com/0x77dev/dstack/compare/v0.2.12...v0.2.13) (2022-01-27) + + +### Features + +* **relay:** bump lib, ipfs ([acdbb8c](https://github.com/0x77dev/dstack/commits/acdbb8ccdd1a08c17eeab01b41c29d1d4cdf0f73)) + ### [0.2.12](https://github.com/0x77dev/dstack/compare/v0.2.11...v0.2.12) (2022-01-27) diff --git a/package.json b/package.json index 604b0a9..147ad3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dstack-js", - "version": "0.2.12", + "version": "0.2.13", "license": "GPl-3.0", "scripts": { "prepare": "husky install", diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index 86a0e37..ea11822 100644 --- a/packages/ipfs/package.json +++ b/packages/ipfs/package.json @@ -8,5 +8,5 @@ "license": "GPL-3.0", "name": "@dstack-js/ipfs", "type": "commonjs", - "version": "0.2.12" + "version": "0.2.13" } diff --git a/packages/lib/package.json b/packages/lib/package.json index a82ac8b..e744fee 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -14,5 +14,5 @@ }, "name": "@dstack-js/lib", "type": "commonjs", - "version": "0.2.12" + "version": "0.2.13" } diff --git a/packages/relay/package.json b/packages/relay/package.json index 36cf67c..9d3a7ab 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -11,5 +11,5 @@ "license": "GPL-3.0", "name": "@dstack-js/relay", "type": "commonjs", - "version": "0.2.12" + "version": "0.2.13" }