Skip to content

Commit 36beada

Browse files
Release 7.0.2
[skip ci] ## [7.0.2](v7.0.1...v7.0.2) (2025-01-19) ### Bug Fixes * make sure options instance is not mutated ([#230](#230)) ([c45bf8b](c45bf8b))
1 parent c45bf8b commit 36beada

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.0.2](https://github.com/koajs/session/compare/v7.0.1...v7.0.2) (2025-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* make sure options instance is not mutated ([#230](https://github.com/koajs/session/issues/230)) ([c45bf8b](https://github.com/koajs/session/commit/c45bf8b236f8b79f4d2e4ed40b7fae585f30330b))
9+
310
## [7.0.1](https://github.com/koajs/session/compare/v7.0.0...v7.0.1) (2025-01-19)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git@github.com:koajs/session.git"
77
},
8-
"version": "7.0.1",
8+
"version": "7.0.2",
99
"keywords": [
1010
"koa",
1111
"middleware",

0 commit comments

Comments
 (0)