Skip to content

Commit

Permalink
chore(connect): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 14, 2022
1 parent b9c5bc0 commit 3ce38fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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


### ⚠ BREAKING CHANGES

* **connect:** set legacyGet header to false on cache.get and data.get #531

### Features

* **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))

### [0.5.3](https://github.com/hyper63/hyper/compare/[email protected]@v0.5.3) (2022-12-14)


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

0 comments on commit 3ce38fd

Please sign in to comment.