Skip to content

Commit

Permalink
chore(connect): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Sep 7, 2023
1 parent f0fd512 commit 7648b89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.8.1](https://github.com/hyper63/hyper/compare/[email protected]@v0.8.1) (2023-09-07)


### Features

* **connect:** add create and destroy to storage apis ([f0fd512](https://github.com/hyper63/hyper/commit/f0fd51244b96524ab47d8d3a61776145c9c0995e))
* **connect:** add optional partialFilter to data.index ([b328254](https://github.com/hyper63/hyper/commit/b328254c77ff8f582dcd8de321b90e9cba0e55f8))


### Bug Fixes

* **connect:** require confirmation on destroy apis ([05e444d](https://github.com/hyper63/hyper/commit/05e444d38d07836fb42aa20c906f0e1ea4d857e3))

## [0.8.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.8.0) (2023-06-01)


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

0 comments on commit 7648b89

Please sign in to comment.