Skip to content

Commit 7648b89

Browse files
committed
chore(connect): release 0.8.1
1 parent f0fd512 commit 7648b89

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/connect/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [0.8.1](https://github.com/hyper63/hyper/compare/[email protected]@v0.8.1) (2023-09-07)
6+
7+
8+
### Features
9+
10+
* **connect:** add create and destroy to storage apis ([f0fd512](https://github.com/hyper63/hyper/commit/f0fd51244b96524ab47d8d3a61776145c9c0995e))
11+
* **connect:** add optional partialFilter to data.index ([b328254](https://github.com/hyper63/hyper/commit/b328254c77ff8f582dcd8de321b90e9cba0e55f8))
12+
13+
14+
### Bug Fixes
15+
16+
* **connect:** require confirmation on destroy apis ([05e444d](https://github.com/hyper63/hyper/commit/05e444d38d07836fb42aa20c906f0e1ea4d857e3))
17+
518
## [0.8.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.8.0) (2023-06-01)
619

720

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

0 commit comments

Comments
 (0)