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.38
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Feb 14, 2022
1 parent 6a60f07 commit 642d304
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.38](https://github.com/dstack-js/dstack/compare/v0.2.37...v0.2.38) (2022-02-14)

### Features

- **relay:** add prometheus metrics endpoint ([99a6dfa](https://github.com/dstack-js/dstack/commits/99a6dfa07ba990e3a6ed3c90d72bb500cc6ca987))

### Bug Fixes

- **lib:** fix put binary shard ([6a60f07](https://github.com/dstack-js/dstack/commits/6a60f07b22e5ce02535efff982a00aefc47fe73f))

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

### [0.2.36](https://github.com/dstack-js/dstack/compare/v0.2.35...v0.2.36) (2022-02-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json",
"serve": "nx run-many --all --target=serve"
},
"version": "0.2.37",
"version": "0.2.38",
"workspaces": [
"packages/*",
"docs"
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/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/ipfs",
"type": "commonjs",
"version": "0.2.37"
"version": "0.2.38"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"license": "GPL-3.0",
"name": "@dstack-js/lib",
"type": "commonjs",
"version": "0.2.37"
"version": "0.2.38"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
},
"type": "commonjs",
"version": "0.2.37"
"version": "0.2.38"
}

0 comments on commit 642d304

Please sign in to comment.