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.24
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 29, 2022
1 parent 0edc1ab commit 71062d4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.24](https://github.com/dstack-js/dstack/compare/v0.2.23...v0.2.24) (2022-01-29)


### Features

* **blog:** add peerchat blog post ([90fb36a](https://github.com/dstack-js/dstack/commits/90fb36ac883c234d63a50b211df7a17785cc1be1))
* **ci:** add nx workflow [#17](https://github.com/dstack-js/dstack/issues/17) ([5c03395](https://github.com/dstack-js/dstack/commits/5c03395148c34e38c82a126106ebaa426cfc005d))
* **docs:** update intro and landing ([9865e7a](https://github.com/dstack-js/dstack/commits/9865e7aa281b9c94d15e86ddd01b4f82070efd62))
* **lib:** add license field ([0edc1ab](https://github.com/dstack-js/dstack/commits/0edc1abedc475aea1a9e736f1b521c2b487527c0))

### [0.2.23](https://github.com/dstack-js/dstack/compare/v0.2.22...v0.2.23) (2022-01-28)

### Features
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.23",
"version": "0.2.24",
"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.23"
"version": "0.2.24"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"license": "GPL-3.0",
"name": "@dstack-js/lib",
"type": "commonjs",
"version": "0.2.23"
"version": "0.2.24"
}
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.23"
"version": "0.2.24"
}

0 comments on commit 71062d4

Please sign in to comment.