Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 27, 2022
1 parent 653150f commit 8fe08d5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dstack-js",
"version": "0.2.17",
"version": "0.2.18",
"license": "GPl-3.0",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"license": "GPL-3.0",
"name": "@dstack-js/ipfs",
"type": "commonjs",
"version": "0.2.17"
"version": "0.2.18"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
},
"name": "@dstack-js/lib",
"type": "commonjs",
"version": "0.2.17"
"version": "0.2.18"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"license": "GPL-3.0",
"name": "@dstack-js/relay",
"type": "commonjs",
"version": "0.2.17"
"version": "0.2.18"
}

0 comments on commit 8fe08d5

Please sign in to comment.