Skip to content

Commit

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

## [3.0.0](v2.1.0...v3.0.0) (2025-01-21)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#8](#8)) ([eded033](eded033))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent eded033 commit 2d522ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Changelog

## [3.0.0](https://github.com/eggjs/session-redis/compare/v2.1.0...v3.0.0) (2025-01-21)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/5257

### Features

* support cjs and esm both by tshy ([#8](https://github.com/eggjs/session-redis/issues/8)) ([eded033](https://github.com/eggjs/session-redis/commit/eded033b95e6330a55add352ce869b8a1a314a46))

2.1.0 / 2018-09-10
==================
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": "@eggjs/session-redis",
"version": "2.1.0",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2d522ed

Please sign in to comment.