Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
[skip ci]

## [2.6.1](v2.6.0...v2.6.1) (2025-01-19)

### Bug Fixes

* typings of config for multi cluster clients ([#32](#32)) ([511c75c](511c75c))
  • Loading branch information
semantic-release-bot committed Jan 19, 2025
1 parent b99cb96 commit 5f45d3d
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
@@ -1,3 +1,11 @@
# Changelog

## [2.6.1](https://github.com/eggjs/redis/compare/v2.6.0...v2.6.1) (2025-01-19)


### Bug Fixes

* typings of config for multi cluster clients ([#32](https://github.com/eggjs/redis/issues/32)) ([511c75c](https://github.com/eggjs/redis/commit/511c75c78a3d1ba990ef050dd70f9e87dcae6312))

2.6.0 / 2024-04-07
==================
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": "egg-redis",
"version": "2.6.0",
"version": "2.6.1",
"description": "Redis plugin for egg",
"eggPlugin": {
"name": "redis"
Expand Down

0 comments on commit 5f45d3d

Please sign in to comment.