From 2da034ed17090512e60fd9590fd250bcdeda5ccf Mon Sep 17 00:00:00 2001 From: juandav Date: Thu, 21 Dec 2023 08:04:07 -0500 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c89ab9..e43df71 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. +### [1.2.4](https://github.com/nest-modules/ioredis/compare/v1.2.3...v1.2.4) (2023-12-21) + + +### Bug Fixes + +* correct the documentation of the library regarding the health indicator ([c2ec01d](https://github.com/nest-modules/ioredis/commit/c2ec01d4d535a09c9a83d1ab00441e458ad247b6)) + ### [1.2.3](https://github.com/nest-modules/ioredis/compare/v1.2.2...v1.2.3) (2023-12-21) ### [1.2.2](https://github.com/nest-modules/ioredis/compare/v1.2.1...v1.2.2) (2023-12-21) diff --git a/package.json b/package.json index b8b3a91..b47a9bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/ioredis", - "version": "1.2.3", + "version": "1.2.4", "description": "Nest - a ioredis module (@ioredis)", "author": "Nest Modules TM", "private": false,