Skip to content

Commit

Permalink
fix(pencil): New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry221060 authored Mar 4, 2021
2 parents cce1abf + 3ff35a5 commit e8f278e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
## About
`grpc-timeouts` is a small library that makes it easy to add customizable timeouts to your services. The library implements a circuit breaker pattern, which means that if the request exceeds the deadline, no further requests will be sent. If the deadline for a received request has expired, the request will not be processed and service instantly answers with code 4 (Deadline exceeded).

## Release New version

For new version use https://github.com/semantic-release/semantic-release description.
We must set commit message fix(pencil): New feature in release

## Installation

`npm i @byndyusoft/grpc-timeouts`
Expand Down

0 comments on commit e8f278e

Please sign in to comment.