Skip to content

Commit ad3b64c

Browse files
committed
chore(connect): release 0.5.3
1 parent a4a3498 commit ad3b64c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

packages/connect/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.5.3](https://github.com/hyper63/hyper/compare/[email protected]@v0.5.3) (2022-12-14)
6+
7+
8+
### Features
9+
10+
* **app-opine:** add legacyGet header support and refine tests [#531](https://github.com/hyper63/hyper/issues/531) ([e1d39d7](https://github.com/hyper63/hyper/commit/e1d39d70403e01659a096dfb88b70a7f22559762))
11+
* **connect:** allow passing headers to set on request and add test coverage ([4843e27](https://github.com/hyper63/hyper/commit/4843e275951b40d8d8b841907fc4bc7d4246154e))
12+
* **core:** add legacyGet flag and BL [#531](https://github.com/hyper63/hyper/issues/531) ([5f4ea69](https://github.com/hyper63/hyper/commit/5f4ea69cf0f0a3bdf089c91f545620f4c605f92a))
13+
14+
15+
### Bug Fixes
16+
17+
* **connect:** set legacyGet header to true on cache.get and data.get [#531](https://github.com/hyper63/hyper/issues/531) ([31a8615](https://github.com/hyper63/hyper/commit/31a8615f577d1291fb22468cab824e8390877b88))
18+
* **core:** remove console.log ([4d21b7c](https://github.com/hyper63/hyper/commit/4d21b7c5ce06d1c6ec9dfacd10fe419a5a0c13f9))
19+
520
### [0.5.2](https://github.com/hyper63/hyper/compare/[email protected]@v0.5.2) (2022-10-11)
621

722

packages/connect/egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "hyper client to connect to hyper services",
66
"homepage": "https://github.com/hyper63/hyper",
77
"repo": "https://github.com/hyper63/hyper",
8-
"version": "0.5.2",
8+
"version": "0.5.3",
99
"unstable": false,
1010
"unlisted": false,
1111
"files": [

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyper-connect",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"description": "A client built on fetch to consume hyper services",

0 commit comments

Comments
 (0)