We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59c5a7 commit fceb769Copy full SHA for fceb769
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
+## [7.1.1](https://github.com/axa-group/oauth2-mock-server/compare/v7.1.0...v7.1.1) — 2023-10-24
8
+
9
+### Fixed
10
11
+- Be a better citizen in an ECMAScript modules world
12
13
## [7.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v7.0.0...v7.1.0) — 2023-10-23
14
15
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oauth2-mock-server",
3
- "version": "7.1.0",
+ "version": "7.1.1",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
0 commit comments