Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent 3afa103 commit 53e91a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/nestjs-bufconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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)


### Features

* 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))

## 1.0.0-beta.1 (2023-04-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-bufconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wolfcoded/nestjs-bufconnect",
"description": "NestJs BufConnect is a custom transport strategy for NestJs microservices that integrates with the Buf's gRPC implementation.",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"keywords": [
"gRPC",
"bufbuild",
Expand Down

0 comments on commit 53e91a7

Please sign in to comment.