From d88352adb06506a9b6b630706c4883e9dc1a7213 Mon Sep 17 00:00:00 2001 From: juandav Date: Fri, 22 Dec 2023 10:48:10 -0500 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341fbf0..951ccb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/nest-modules/ioredis/compare/v2.0.0...v2.0.1) (2023-12-22) + + +### Bug Fixes + +* The 'port' and 'host' fields should no longer appear as mandatory ([a2d519a](https://github.com/nest-modules/ioredis/commit/a2d519a0f66ebf10be07373a9911b640752c2587)) + ## [2.0.0](https://github.com/nest-modules/ioredis/compare/v1.2.4...v2.0.0) (2023-12-22) diff --git a/package.json b/package.json index 9e1f0eb..1c2a9e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/ioredis", - "version": "2.0.0", + "version": "2.0.1", "description": "Nest - a ioredis module (@ioredis)", "author": "Nest Modules TM", "private": false,