Skip to content

Commit 56a8ba9

Browse files
committed
chore(connect): release 0.13.0
1 parent 28e149f commit 56a8ba9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

packages/connect/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.13.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.13.0) (2025-09-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **connect:** add strictResource flag to ensure resource is not nullish when required ([54d4305](https://github.com/hyper63/hyper/commit/54d4305d26b3e15ec762974439e6b165f5e6d2bb))
11+
* **connect:** require destroy confirmation to be strictly true ([3cde0cd](https://github.com/hyper63/hyper/commit/3cde0cd125a680ba1f756f1288fad12cb7ee65f1))
12+
513
## [0.12.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.12.0) (2024-01-26)
614

715

packages/connect/deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"node/harness",
3131
"./yarn.lock"
3232
]
33-
}
33+
},
34+
"version": "0.13.0"
3435
}

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.12.0",
8+
"version": "0.13.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.12.0",
3+
"version": "0.13.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)