Skip to content

Commit

Permalink
chore(connect): release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed May 24, 2023
1 parent 495c386 commit 32929a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

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.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.7.2](https://github.com/hyper63/hyper/compare/[email protected]@v0.7.2) (2023-05-24)


### Bug Fixes

* **connect:** always send useSignedUrl query param on storage.signedUrl ([ae71eae](https://github.com/hyper63/hyper/commit/ae71eaefadc85e81191f48bc26d3fe9e3dd9a1df))

### [0.7.1](https://github.com/hyper63/hyper/compare/[email protected]@v0.7.1) (2023-03-18)

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

0 comments on commit 32929a6

Please sign in to comment.