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

Commit 2893dde

Browse files
committed
chore(release): 0.2.27
1 parent bf002b1 commit 2893dde

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.27](https://github.com/dstack-js/dstack/compare/v0.2.26...v0.2.27) (2022-02-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **ipfs:** ipfs create function ([bf002b1](https://github.com/dstack-js/dstack/commits/bf002b121595b7f08589146042608c01a3795d86))
11+
512
### [0.2.26](https://github.com/dstack-js/dstack/compare/v0.2.25...v0.2.26) (2022-02-01)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dstack-js",
3-
"version": "0.2.26",
3+
"version": "0.2.27",
44
"license": "GPl-3.0",
55
"scripts": {
66
"prepare": "husky install",

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"license": "GPL-3.0",
1111
"name": "@dstack-js/ipfs",
1212
"type": "commonjs",
13-
"version": "0.2.26"
13+
"version": "0.2.27"
1414
}

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"license": "GPL-3.0",
1616
"name": "@dstack-js/lib",
1717
"type": "commonjs",
18-
"version": "0.2.26"
18+
"version": "0.2.27"
1919
}

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"license": "GPL-3.0",
1212
"name": "@dstack-js/relay",
1313
"type": "commonjs",
14-
"version": "0.2.26"
14+
"version": "0.2.27"
1515
}

0 commit comments

Comments
 (0)