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.49
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Mar 26, 2022
1 parent c5563a6 commit 0686e17
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.49](https://github.com/dstack-js/dstack/compare/v0.2.48...v0.2.49) (2022-03-26)

### Bug Fixes

- **relay, ipfs:** add fallback wrtc, get peers list with original multiaddr ([c5563a6](https://github.com/dstack-js/dstack/commits/c5563a66affccda7b312c4581ab8289748323b0e))

### [0.2.48](https://github.com/dstack-js/dstack/compare/v0.2.47...v0.2.48) (2022-03-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json && scripts/publish",
"serve": "nx run-many --all --verbose --target=serve"
},
"version": "0.2.48",
"version": "0.2.49",
"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 @@ -10,5 +10,5 @@
"name": "@dstack-js/ipfs",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.48"
"version": "0.2.49"
}
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 @@
"name": "@dstack-js/lib",
"repository": "https://github.com/dstack-js/dstack.git",
"type": "commonjs",
"version": "0.2.48"
"version": "0.2.49"
}
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.48"
"version": "0.2.49"
}
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"license": "MIT",
"name": "@dstack-js/transport",
"type": "commonjs",
"version": "0.2.48"
"version": "0.2.49"
}

0 comments on commit 0686e17

Please sign in to comment.