Skip to content

Commit 597ace7

Browse files
authored
Merge pull request #373 from axa-group/em/bump
Version 8.2.0
2 parents 9224a65 + f4c1e73 commit 597ace7

File tree

4 files changed

+751
-1108
lines changed

4 files changed

+751
-1108
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [^20.19, ^22.12, ^24]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v5
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: npm

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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-
## Unreleased
7+
## [8.2.0](https://github.com/axa-group/oauth2-mock-server/compare/v8.1.0...v8.2.0) — 2025-10-31
88

99
### Added
1010

1111
- Export `TokenRequestIncomingMessage` type to make `/token` related hooks easier to consume (reported in [#355](https://github.com/axa-group/oauth2-mock-server/issues/355) by [kikisaeba](https://github.com/kikisaeba))
12+
- Teach the cli to accept a `issuer-url-trailing-slash` option (reported in [#353](https://github.com/axa-group/oauth2-mock-server/issues/353) by [Valdermeyder](https://github.com/Valdermeyder))
1213

1314
### Changed
1415

15-
- Teach the cli to accept a `issuer-url-trailing-slash` option (reported in [#353](https://github.com/axa-group/oauth2-mock-server/issues/353) by [Valdermeyder](https://github.com/Valdermeyder))
1616
- Update dependencies
1717

1818
## [8.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v8.0.1...v8.1.0) — 2025-06-06

0 commit comments

Comments
 (0)