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.23
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 28, 2022
1 parent 6b11cac commit 0f0ac1d
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.23](https://github.com/0x77dev/dstack/compare/v0.2.22...v0.2.23) (2022-01-28)


### Features

* **lib:** optional wait for peers on publish ([6b11cac](https://github.com/0x77dev/dstack/commits/6b11cacc94e9188710691e88e06b0feb067c372e))

### [0.2.22](https://github.com/0x77dev/dstack/compare/v0.2.21...v0.2.22) (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.22",
"version": "0.2.23",
"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.22"
"version": "0.2.23"
}
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.22"
"version": "0.2.23"
}
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.22"
"version": "0.2.23"
}

0 comments on commit 0f0ac1d

Please sign in to comment.