Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2023-12-16)

### Features

* implementing grpc reflection client ([#13](#13)) ([00226b1](00226b1))
  • Loading branch information
semantic-release-bot committed Dec 16, 2023
1 parent 00226b1 commit c5cec03
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.3.0](https://github.com/Codibre/grpc-base-client/compare/v2.2.1...v2.3.0) (2023-12-16)


### Features

* implementing grpc reflection client ([#13](https://github.com/Codibre/grpc-base-client/issues/13)) ([00226b1](https://github.com/Codibre/grpc-base-client/commit/00226b13099fe3c160f9a34d4eae4e796557533d))

## [2.2.1](https://github.com/Codibre/grpc-base-client/compare/v2.2.0...v2.2.1) (2023-02-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grpc-base-client",
"description": "This project is a Library base for construct gRPC clients",
"version": "2.2.1",
"version": "2.3.0",
"private": false,
"author": {
"name": "Gustavo S. Rodrigues <gustavo.beavis@gmail.com>"
Expand Down Expand Up @@ -74,7 +74,14 @@
"bugs": {
"url": "https://github.com/Codibre/grpc-base-client/issues"
},
"keywords": ["grpc", "grpc-client", "grpc-reflection", "pool", "client", "api"],
"keywords": [
"grpc",
"grpc-client",
"grpc-reflection",
"pool",
"client",
"api"
],
"license": "MIT",
"peerDependencies": {
"@grpc/grpc-js": "*",
Expand Down

0 comments on commit c5cec03

Please sign in to comment.