Skip to content

Commit 6607d18

Browse files
authored
Merge pull request #336 from axa-group/ntk/version
Version v8.0.0
2 parents 8fa4418 + 8567af8 commit 6607d18

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)