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

Commit 774a0e1

Browse files
committed
chore(release): 0.2.36
1 parent 266d918 commit 774a0e1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.2.36](https://github.com/dstack-js/dstack/compare/v0.2.35...v0.2.36) (2022-02-13)
6+
7+
### Features
8+
9+
- **docs:** add relay and status [#20](https://github.com/dstack-js/dstack/issues/20) ([c8eb2a6](https://github.com/dstack-js/dstack/commits/c8eb2a6e6f12b98bf8ae0f02e95e2bad2adf9a4e))
10+
- **relay:** add discovery and relay ([266d918](https://github.com/dstack-js/dstack/commits/266d918a8b9d6da7ce8a71d7bf90da155e7e54cc))
11+
512
### [0.2.35](https://github.com/dstack-js/dstack/compare/v0.2.34...v0.2.35) (2022-02-13)
613

714
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json",
9393
"serve": "nx run-many --all --target=serve"
9494
},
95-
"version": "0.2.35",
95+
"version": "0.2.36",
9696
"workspaces": [
9797
"packages/*",
9898
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"license": "GPL-3.0",
1010
"name": "@dstack-js/ipfs",
1111
"type": "commonjs",
12-
"version": "0.2.35"
12+
"version": "0.2.36"
1313
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"license": "GPL-3.0",
2020
"name": "@dstack-js/lib",
2121
"type": "commonjs",
22-
"version": "0.2.35"
22+
"version": "0.2.36"
2323
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
3131
},
3232
"type": "commonjs",
33-
"version": "0.2.35"
33+
"version": "0.2.36"
3434
}

0 commit comments

Comments
 (0)