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

Commit d0d4f02

Browse files
committed
chore(release): 0.2.32
1 parent 081e785 commit d0d4f02

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.32](https://github.com/dstack-js/dstack/compare/v0.2.31...v0.2.32) (2022-02-05)
6+
7+
### Features
8+
9+
- **docs:** add pubsub and stack [#20](https://github.com/dstack-js/dstack/issues/20) ([564dfc3](https://github.com/dstack-js/dstack/commits/564dfc3812ba7fc3cb807282f56528f5c0ac70b5))
10+
- **docs:** update pubsub [#20](https://github.com/dstack-js/dstack/issues/20) ([081e785](https://github.com/dstack-js/dstack/commits/081e7856b45ecc4271fdb482ad125924b3650f78))
11+
- **stack:** add ping method ([3163d11](https://github.com/dstack-js/dstack/commits/3163d11a3201d2997978fce927619f356156d77d))
12+
513
### [0.2.31](https://github.com/dstack-js/dstack/compare/v0.2.30...v0.2.31) (2022-02-04)
614

715
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json",
5353
"serve": "nx run-many --all --target=serve"
5454
},
55-
"version": "0.2.31",
55+
"version": "0.2.32",
5656
"workspaces": [
5757
"packages/*",
5858
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"license": "GPL-3.0",
88
"name": "@dstack-js/ipfs",
99
"type": "commonjs",
10-
"version": "0.2.31"
10+
"version": "0.2.32"
1111
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"license": "GPL-3.0",
1818
"name": "@dstack-js/lib",
1919
"type": "commonjs",
20-
"version": "0.2.31"
20+
"version": "0.2.32"
2121
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"license": "GPL-3.0",
1313
"name": "@dstack-js/relay",
1414
"type": "commonjs",
15-
"version": "0.2.31"
15+
"version": "0.2.32"
1616
}

0 commit comments

Comments
 (0)