Skip to content

Commit 53e91a7

Browse files
chore(release): 1.0.0-beta.2 [skip ci]
## [1.0.0-beta.2](nestjs-bufconnect-v1.0.0-beta.1...nestjs-bufconnect-v1.0.0-beta.2) (2023-04-04) ### Features * add support for http2 and https ([#20](#20)) ([3afa103](3afa103))
1 parent 3afa103 commit 53e91a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/nestjs-bufconnect/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.0-beta.2](https://github.com/wisewolf-oss/nestjs-bufconnect/compare/nestjs-bufconnect-v1.0.0-beta.1...nestjs-bufconnect-v1.0.0-beta.2) (2023-04-04)
2+
3+
4+
### Features
5+
6+
* add support for http2 and https ([#20](https://github.com/wisewolf-oss/nestjs-bufconnect/issues/20)) ([3afa103](https://github.com/wisewolf-oss/nestjs-bufconnect/commit/3afa1036a67410714fe8e3867380235ea4f9e81c))
7+
18
## 1.0.0-beta.1 (2023-04-03)
29

310
### Features

packages/nestjs-bufconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wolfcoded/nestjs-bufconnect",
33
"description": "NestJs BufConnect is a custom transport strategy for NestJs microservices that integrates with the Buf's gRPC implementation.",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"keywords": [
66
"gRPC",
77
"bufbuild",

0 commit comments

Comments
 (0)