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 1476a4b commit 3f20695Copy full SHA for 3f20695
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
+## [3.0.2](https://github.com/axa-group/oauth2-mock-server/compare/v3.0.1...v3.0.2) — 2020-10-29
8
+
9
+### Added
10
11
+- Support Nodejs 14.15 LTS
12
13
## [3.0.1](https://github.com/axa-group/oauth2-mock-server/compare/v3.0.0...v3.0.1) — 2020-10-23
14
15
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oauth2-mock-server",
3
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
0 commit comments