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

Commit 0686e17

Browse files
committed
chore(release): 0.2.49
1 parent c5563a6 commit 0686e17

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.49](https://github.com/dstack-js/dstack/compare/v0.2.48...v0.2.49) (2022-03-26)
6+
7+
### Bug Fixes
8+
9+
- **relay, ipfs:** add fallback wrtc, get peers list with original multiaddr ([c5563a6](https://github.com/dstack-js/dstack/commits/c5563a66affccda7b312c4581ab8289748323b0e))
10+
511
### [0.2.48](https://github.com/dstack-js/dstack/compare/v0.2.47...v0.2.48) (2022-03-26)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"release": "standard-version --bumpFiles package.json packages/lib/package.json packages/ipfs/package.json packages/relay/package.json packages/transport/package.json && scripts/publish",
9191
"serve": "nx run-many --all --verbose --target=serve"
9292
},
93-
"version": "0.2.48",
93+
"version": "0.2.49",
9494
"workspaces": [
9595
"packages/*",
9696
"docs"

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"name": "@dstack-js/ipfs",
1111
"repository": "https://github.com/dstack-js/dstack.git",
1212
"type": "commonjs",
13-
"version": "0.2.48"
13+
"version": "0.2.49"
1414
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"name": "@dstack-js/lib",
2222
"repository": "https://github.com/dstack-js/dstack.git",
2323
"type": "commonjs",
24-
"version": "0.2.48"
24+
"version": "0.2.49"
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.48"
33+
"version": "0.2.49"
3434
}

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"license": "MIT",
2828
"name": "@dstack-js/transport",
2929
"type": "commonjs",
30-
"version": "0.2.48"
30+
"version": "0.2.49"
3131
}

0 commit comments

Comments
 (0)