Skip to content

Commit 06cb858

Browse files
committed
v0.2.1 changelog
1 parent f41cb77 commit 06cb858

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [0.2.0](https://github.com/express-rate-limit/cluster-memory-store/releases/tag/v0.1.1)
9+
## [0.2.1](https://github.com/express-rate-limit/cluster-memory-store/releases/tag/v0.2.1)
10+
11+
### Fixed
12+
13+
- Fixed an issue preventing multiple instances from being used in a single
14+
worker (e.g. to apply different limits to different paths)
15+
- Note: the fix requires that each instance in the worker have a unique
16+
`prefix`
17+
18+
## [0.2.0](https://github.com/express-rate-limit/cluster-memory-store/releases/tag/v0.2.0)
1019

1120
### Changed
1221

0 commit comments

Comments
 (0)