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

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.changeset/clean-colts-jam.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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": "<tli@atlassian.com>",

0 commit comments

Comments
 (0)