File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 8.0.0] ( https://github.com/axa-group/oauth2-mock-server/compare/v7.2.1...v8.0.0 ) — 2025-05-18
8+
9+ ### Fixed
10+
11+ - Fix wrong typescript annotation (by [ sviande] ( https://github.com/sviande ) in [ #313 ] ( https://github.com/axa-group/oauth2-mock-server/pull/313 ) )
12+
13+ ### Changed
14+
15+ - ** Breaking:** No longer support Node.js 18
16+ - Switched to "Universal" ESM. CommonJS ` require() ` usage pattern still supported for Nodejs ^20.19 & ^22.12
17+ - Add support for Node.js 24
18+ - Update dependencies
19+
720## [ 7.2.1] ( https://github.com/axa-group/oauth2-mock-server/compare/v7.2.0...v7.2.1 ) — 2025-04-30
821
922### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " oauth2-mock-server" ,
3- "version" : " 7.2.1 " ,
3+ "version" : " 8.0.0 " ,
44 "description" : " OAuth 2 mock server" ,
55 "type" : " module" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments