Skip to content

Commit 7591457

Browse files
Version Packages (#139)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ee01f8 commit 7591457

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changeset/clean-colts-jam.md

-8
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# koa-oas3
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 6905eee: Bumped oas3-chow-chow which has an upgraded ajv version.
8+
9+
- The latest ajv version has removed the support for JSON Schema Draft-v4 and the result being that you might see some warning about your schema syntax which you need fix.
10+
11+
Remove Node v14 support
12+
313
## 2.5.0
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa-oas3",
3-
"version": "2.5.0",
3+
"version": "3.0.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.js",
66
"author": "<[email protected]>",

0 commit comments

Comments
 (0)