diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5d1b1..e68c16f 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.18](https://github.com/0x77dev/dstack/compare/v0.2.17...v0.2.18) (2022-01-27) + + +### Bug Fixes + +* **lib:** fix store emitUpdate ([653150f](https://github.com/0x77dev/dstack/commits/653150f50cfe70483d22b65539e2ef12cf62b07f)) + ### [0.2.17](https://github.com/0x77dev/dstack/compare/v0.2.16...v0.2.17) (2022-01-27) diff --git a/package.json b/package.json index 6671ca8..be69656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dstack-js", - "version": "0.2.17", + "version": "0.2.18", "license": "GPl-3.0", "scripts": { "prepare": "husky install", diff --git a/packages/ipfs/package.json b/packages/ipfs/package.json index ac1709a..0479815 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.17" + "version": "0.2.18" } diff --git a/packages/lib/package.json b/packages/lib/package.json index 4f670f4..4b08de6 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -14,5 +14,5 @@ }, "name": "@dstack-js/lib", "type": "commonjs", - "version": "0.2.17" + "version": "0.2.18" } diff --git a/packages/relay/package.json b/packages/relay/package.json index 40d9494..40af110 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.17" + "version": "0.2.18" }