Skip to content

Commit

Permalink
chore(release): 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 committed Jan 13, 2025
1 parent 7bba7ed commit fbf2234
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fbf2234

Please sign in to comment.