Skip to content

Commit 3ce38fd

Browse files
committed
chore(connect): release 0.6.0
1 parent b9c5bc0 commit 3ce38fd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/connect/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.6.0](https://github.com/hyper63/hyper/compare/hyper-connect@v0.5.3...hyper-connect@v0.6.0) (2022-12-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **connect:** set legacyGet header to false on cache.get and data.get #531
11+
12+
### Features
13+
14+
* **connect:** set legacyGet header to false on cache.get and data.get [#531](https://github.com/hyper63/hyper/issues/531) ([b9c5bc0](https://github.com/hyper63/hyper/commit/b9c5bc08e1a866e80b988ad0279bb239b4a28de4))
15+
516
### [0.5.3](https://github.com/hyper63/hyper/compare/hyper-connect@v0.5.2...hyper-connect@v0.5.3) (2022-12-14)
617

718

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.3",
8+
"version": "0.6.0",
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.3",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"description": "A client built on fetch to consume hyper services",

0 commit comments

Comments
 (0)