Skip to content

Commit

Permalink
chore(release): 2.2.1 ## [2.2.1](v2.2.0...v2.2.1) (2021-10-08)
Browse files Browse the repository at this point in the history
### Bug Fixes

* restore queue bindings on reconnect ([#34](#34)) ([c264b67](c264b67))
  • Loading branch information
semantic-release-bot committed Oct 8, 2021
1 parent c264b67 commit 958bd71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/TinkoffCreditSystems/mbclient/compare/v2.2.0...v2.2.1) (2021-10-08)


### Bug Fixes

* restore queue bindings on reconnect ([#34](https://github.com/TinkoffCreditSystems/mbclient/issues/34)) ([c264b67](https://github.com/TinkoffCreditSystems/mbclient/commit/c264b674ac6c231c7961ce87f1bd473af50894e1))

# [2.2.0](https://github.com/TinkoffCreditSystems/mbclient/compare/v2.1.0...v2.2.0) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbclient",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Message broker library",
Expand Down

0 comments on commit 958bd71

Please sign in to comment.