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

Commit 642d304

Browse files
committed
chore(release): 0.2.38
1 parent 6a60f07 commit 642d304

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.38](https://github.com/dstack-js/dstack/compare/v0.2.37...v0.2.38) (2022-02-14)
6+
7+
### Features
8+
9+
- **relay:** add prometheus metrics endpoint ([99a6dfa](https://github.com/dstack-js/dstack/commits/99a6dfa07ba990e3a6ed3c90d72bb500cc6ca987))
10+
11+
### Bug Fixes
12+
13+
- **lib:** fix put binary shard ([6a60f07](https://github.com/dstack-js/dstack/commits/6a60f07b22e5ce02535efff982a00aefc47fe73f))
14+
515
### [0.2.37](https://github.com/dstack-js/dstack/compare/v0.2.36...v0.2.37) (2022-02-13)
616

717
### [0.2.36](https://github.com/dstack-js/dstack/compare/v0.2.35...v0.2.36) (2022-02-13)

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.37",
95+
"version": "0.2.38",
9696
"workspaces": [
9797
"packages/*",
9898
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"license": "GPL-3.0",
1212
"name": "@dstack-js/ipfs",
1313
"type": "commonjs",
14-
"version": "0.2.37"
14+
"version": "0.2.38"
1515
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"license": "GPL-3.0",
2222
"name": "@dstack-js/lib",
2323
"type": "commonjs",
24-
"version": "0.2.37"
24+
"version": "0.2.38"
2525
}

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.37"
33+
"version": "0.2.38"
3434
}

0 commit comments

Comments
 (0)