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

Commit fb3cbf4

Browse files
committed
chore(release): 0.2.48
1 parent a38c875 commit fb3cbf4

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
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.48](https://github.com/dstack-js/dstack/compare/v0.2.47...v0.2.48) (2022-03-26)
6+
7+
### Features
8+
9+
- **relay, lib:** add stack to relay and store/shard improvements ([#86](https://github.com/dstack-js/dstack/issues/86)) ([a38c875](https://github.com/dstack-js/dstack/commits/a38c875ee45baa5362764e1d980b6978eee74d75)), closes [#26](https://github.com/dstack-js/dstack/issues/26) [#64](https://github.com/dstack-js/dstack/issues/64)
10+
11+
### Bug Fixes
12+
13+
- **relay:** add query depth limit (CWE-400) ([0271aa5](https://github.com/dstack-js/dstack/commits/0271aa58b24efdbe39c6a3c4332e4fea67ee0d68))
14+
515
### [0.2.47](https://github.com/dstack-js/dstack/compare/v0.2.46...v0.2.47) (2022-03-26)
616

717
### 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 --target=serve"
9292
},
93-
"version": "0.2.47",
93+
"version": "0.2.48",
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.47"
13+
"version": "0.2.48"
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.47"
24+
"version": "0.2.48"
2525
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"serve": "node -r tsconfig-paths/register -r ts-node/register src/start.ts"
3030
},
3131
"type": "commonjs",
32-
"version": "0.2.47"
32+
"version": "0.2.48"
3333
}

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.47"
30+
"version": "0.2.48"
3131
}

0 commit comments

Comments
 (0)