Skip to content

Commit

Permalink
chore(connect): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 30, 2022
1 parent 7d6af43 commit a8e2051
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.4.0) (2022-08-30)


### ⚠ BREAKING CHANGES

* **connect:** removed `StorageDownloadOptions` from `storage.download`.
Consumers should instead use `storage.signedUrl(name, { type: 'download' })

### Features

* **connect:** add signedUrl api on storage service [#524](https://github.com/hyper63/hyper/issues/524) ([7d6af43](https://github.com/hyper63/hyper/commit/7d6af43a3112fcde944c25e37ddde11265750b61))

## [0.3.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.3.0) (2022-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/connect/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "hyper client to connect to hyper services",
"homepage": "https://github.com/hyper63/hyper",
"repo": "https://github.com/hyper63/hyper",
"version": "0.3.0",
"version": "0.4.0",
"unstable": false,
"unlisted": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-connect",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"type": "module",
"description": "A client built on fetch to consume hyper services",
Expand Down

0 comments on commit a8e2051

Please sign in to comment.