Skip to content

Commit b0bbf9b

Browse files
committed
chore: bump to 4.2.0
1 parent c466d3e commit b0bbf9b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.2.0] - 2025-10-31
11+
12+
### Added
13+
- Support for opaque refresh tokens
14+
- originatingAuthCodeId now provided as argument to extraTokenFields callback
15+
16+
### Fixed
17+
- originatingAuthCodeId now properly populated during RefreshTokenGrant
18+
- originatingAuthCodeId now properly populated before calling tokenRepository.persist
19+
1020
## [4.1.1] - 2025-10-20
1121

1222
### Fixed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jmondi/oauth2-server",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./express": "./src/adapters/express.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jmondi/oauth2-server",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"type": "module",
55
"author": "Jason Raimondi <[email protected]>",
66
"funding": "https://github.com/sponsors/jasonraimondi",

0 commit comments

Comments
 (0)