Skip to content

Commit

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

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


### Features

* **app-opine:** add support for useSignedUrl for getObject [#519](https://github.com/hyper63/hyper/issues/519) ([df4a63c](https://github.com/hyper63/hyper/commit/df4a63c693f894954f9315b146543a0cb074912d))
* **connect:** support useSignedUrl for storage.download [#522](https://github.com/hyper63/hyper/issues/522) ([aacb2b0](https://github.com/hyper63/hyper/commit/aacb2b0608ceb829103f7a485eeb04d49392fd73))
* **core:** add support for useSignedUrl for getObject [#519](https://github.com/hyper63/hyper/issues/519) ([4bec0c4](https://github.com/hyper63/hyper/commit/4bec0c45d36e229804201c426af85ca4816cb77e))
* **port-storage:** add support for useSignedUrl for getObject [#519](https://github.com/hyper63/hyper/issues/519) ([15f0fdf](https://github.com/hyper63/hyper/commit/15f0fdff97f1b03eb7fcaa400b818403935fc3e6))

### [0.2.2](https://github.com/hyper63/hyper/compare/[email protected]@v0.2.2) (2022-08-03)


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.2.2",
"version": "0.3.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.2.2",
"version": "0.3.0",
"license": "Apache-2.0",
"type": "module",
"description": "A client built on fetch to consume hyper services",
Expand Down

0 comments on commit aaf9481

Please sign in to comment.