Skip to content

Commit

Permalink
chore(release): 3.3.1 ## [3.3.1](v3.3.0...v3.3.1) (2022-04-04)
Browse files Browse the repository at this point in the history
### Bug Fixes

* lower log level in case when lock acquiring fails ([a03e77a](a03e77a))
* using correct binding when using 'waitForResult' strategy ([1aef8cc](1aef8cc))
  • Loading branch information
semantic-release-bot committed Apr 4, 2022
1 parent ce22e90 commit 956fecd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.3.1](https://github.com/Tinkoff/cachalot/compare/v3.3.0...v3.3.1) (2022-04-04)


### Bug Fixes

* lower log level in case when lock acquiring fails ([a03e77a](https://github.com/Tinkoff/cachalot/commit/a03e77a68f52a2f10325fc6ef96d74b127b0a64b))
* using correct binding when using 'waitForResult' strategy ([1aef8cc](https://github.com/Tinkoff/cachalot/commit/1aef8ccec89751dae6c6cc4be869d79e5151755a))

# [3.3.0](https://github.com/Tinkoff/cachalot/compare/v3.2.0...v3.3.0) (2021-12-29)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cachalot",
"version": "3.3.0",
"version": "3.3.1",
"description": "Cache manager for nodejs with support different cache strategies",
"keywords": [
"cache",
Expand Down

0 comments on commit 956fecd

Please sign in to comment.