Skip to content

Commit 6d068ff

Browse files
Release 7.0.0
[skip ci] ## [7.0.0](v6.4.0...v7.0.0) (2025-01-19) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support ### Features * support cjs and esm both by tshy ([#228](#228)) ([575864c](575864c))
1 parent 575864c commit 6d068ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Changelog
2+
3+
## [7.0.0](https://github.com/koajs/session/compare/v6.4.0...v7.0.0) (2025-01-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
### Features
11+
12+
* support cjs and esm both by tshy ([#228](https://github.com/koajs/session/issues/228)) ([575864c](https://github.com/koajs/session/commit/575864c6ae7504da15e72e8112a99757f3eee188))
113

214
6.4.0 / 2023-02-04
315
==================

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": "[email protected]:koajs/session.git"
77
},
8-
"version": "6.4.0",
8+
"version": "7.0.0",
99
"keywords": [
1010
"koa",
1111
"middleware",

0 commit comments

Comments
 (0)