From fbf2234a2c71c275721b917076e290edf401b2ce Mon Sep 17 00:00:00 2001 From: mhassan1 Date: Mon, 13 Jan 2025 10:46:51 -0500 Subject: [PATCH] chore(release): 0.12.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a577b0a..3e999bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [0.12.0](https://github.com/mhassan1/redis-memory-server/compare/v0.11.0...v0.12.0) (2025-01-13) + + +### Bug Fixes + +* keep same port after stopping and restarting ([4d565d5](https://github.com/mhassan1/redis-memory-server/commit/4d565d51ea24e6310393900452305300021de2fd)) +* resolving a typo in a debug message ([74b4c29](https://github.com/mhassan1/redis-memory-server/commit/74b4c297313c884754e75b04d264bed4832ae14f)) + ## [0.11.0](https://github.com/mhassan1/redis-memory-server/compare/v0.10.0...v0.11.0) (2024-07-01) diff --git a/package.json b/package.json index 800170b..d82d07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-memory-server", - "version": "0.11.0", + "version": "0.12.0", "description": "Redis Server for testing. The server will allow you to connect your favorite client library to the Redis Server and run parallel integration tests isolated from each other.", "bin": "bin/index.js", "main": "lib/index.js",