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.42
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 22, 2022
1 parent 16aa327 commit d72ef19
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.42](https://github.com/dstack-js/dstack/compare/v0.2.41...v0.2.42) (2022-03-22)

### Features

- **relay:** remove stack and ipfs ([4d34dea](https://github.com/dstack-js/dstack/commits/4d34dea2b3ffc4a28380c8529e4913af8ecb609f))

### Bug Fixes

- **relay:** fix socket.io path ([16aa327](https://github.com/dstack-js/dstack/commits/16aa327aa86c13a48a091e9b319b14f458c4bf07))

### [0.2.41](https://github.com/dstack-js/dstack/compare/v0.2.40...v0.2.41) (2022-03-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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.41",
"version": "0.2.42",
"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.41"
"version": "0.2.42"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"name": "@dstack-js/lib",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.41"
"version": "0.2.42"
}
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
},
"type": "commonjs",
"version": "0.2.41"
"version": "0.2.42"
}

0 comments on commit d72ef19

Please sign in to comment.