Skip to content

Commit bcba779

Browse files
committed
chore(connect): release 0.12.0
1 parent 88d58eb commit bcba779

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/connect/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.12.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.12.0) (2024-01-26)
6+
7+
8+
### Features
9+
10+
* **connect:** add queue.create and queue.destroy [#619](https://github.com/hyper63/hyper/issues/619) ([a8603b8](https://github.com/hyper63/hyper/commit/a8603b81f609e7c880a75d04666993a0f0d8c64a))
11+
512
## [0.11.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.11.0) (2023-12-11)
613

714
## [0.10.0](https://github.com/hyper63/hyper/compare/[email protected]@v0.10.0) (2023-11-20)

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

0 commit comments

Comments
 (0)