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

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.13](https://github.com/0x77dev/dstack/compare/v0.2.12...v0.2.13) (2022-01-27)


### Features

* **relay:** bump lib, ipfs ([acdbb8c](https://github.com/0x77dev/dstack/commits/acdbb8ccdd1a08c17eeab01b41c29d1d4cdf0f73))

### [0.2.12](https://github.com/0x77dev/dstack/compare/v0.2.11...v0.2.12) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dstack-js",
"version": "0.2.12",
"version": "0.2.13",
"license": "GPl-3.0",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"license": "GPL-3.0",
"name": "@dstack-js/ipfs",
"type": "commonjs",
"version": "0.2.12"
"version": "0.2.13"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
},
"name": "@dstack-js/lib",
"type": "commonjs",
"version": "0.2.12"
"version": "0.2.13"
}
2 changes: 1 addition & 1 deletion packages/relay/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/relay",
"type": "commonjs",
"version": "0.2.12"
"version": "0.2.13"
}

0 comments on commit 6a3d154

Please sign in to comment.