From 956fecd2c5d7e6997cbff5fb51fea7444dfe2277 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Apr 2022 07:41:18 +0000 Subject: [PATCH] chore(release): 3.3.1 ## [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b28310..cdf3345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 6437d3d..167c9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cachalot", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cachalot", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "devDependencies": { "@semantic-release/changelog": "^6.0.0", diff --git a/package.json b/package.json index 0da5a94..3ac7349 100644 --- a/package.json +++ b/package.json @@ -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",