Skip to content

Commit 35ee143

Browse files
Version Packages (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf09b6c commit 35ee143

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

.changeset/five-bananas-bake.md

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

.changeset/shiny-swans-suffer.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# oas3-chow-chow
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- bf09b6c: The API has been updated to be an async function.
8+
Remove support for node v14.
9+
- b90c88c: Upgrade ajv to version 8.
10+
11+
The main BREAKING CHANGE is that the support for JSON-Schema draft-04 is removed from version 8.
12+
Some properties of Ajv.Options has also changed its shape.
13+
More details: https://ajv.js.org/v6-to-v8-migration.html
14+
315
## 2.0.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oas3-chow-chow",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"author": "<tli@atlassian.com>",

0 commit comments

Comments
 (0)