From 5a310003375b95b4bb6f35547ff2ac65347aa99e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Dec 2021 07:33:44 +0000 Subject: [PATCH] chore(release): 3.3.0 # [3.3.0](https://github.com/Tinkoff/cachalot/compare/v3.2.0...v3.3.0) (2021-12-29) ### Bug Fixes * prettier ([acd94be](https://github.com/Tinkoff/cachalot/commit/acd94bee08fb7795ef01b83bef1c3104f3a5ec52)) * remove obsolete check for error ([141c242](https://github.com/Tinkoff/cachalot/commit/141c242c8dc1292122b9705ec16c4d8247bb8fcb)) ### Features * **deps:** updated dependencies, type lib versions, solved security alerts ([5512749](https://github.com/Tinkoff/cachalot/commit/5512749eb64a43ae9eb81015d5719e0e187bdb8e)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540ccfb..3b28310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.3.0](https://github.com/Tinkoff/cachalot/compare/v3.2.0...v3.3.0) (2021-12-29) + + +### Bug Fixes + +* prettier ([acd94be](https://github.com/Tinkoff/cachalot/commit/acd94bee08fb7795ef01b83bef1c3104f3a5ec52)) +* remove obsolete check for error ([141c242](https://github.com/Tinkoff/cachalot/commit/141c242c8dc1292122b9705ec16c4d8247bb8fcb)) + + +### Features + +* **deps:** updated dependencies, type lib versions, solved security alerts ([5512749](https://github.com/Tinkoff/cachalot/commit/5512749eb64a43ae9eb81015d5719e0e187bdb8e)) + # [3.2.0](https://github.com/Tinkoff/cachalot/compare/v3.1.1...v3.2.0) (2021-06-10) diff --git a/package-lock.json b/package-lock.json index f1e3c9f..6437d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cachalot", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cachalot", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "devDependencies": { "@semantic-release/changelog": "^6.0.0", diff --git a/package.json b/package.json index c5ce429..0da5a94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cachalot", - "version": "3.2.0", + "version": "3.3.0", "description": "Cache manager for nodejs with support different cache strategies", "keywords": [ "cache",