Skip to content

Commit

Permalink
Version Packages (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 27, 2023
1 parent bf09b6c commit 35ee143
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-bananas-bake.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shiny-swans-suffer.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# oas3-chow-chow

## 3.0.0

### Major Changes

- bf09b6c: The API has been updated to be an async function.
Remove support for node v14.
- b90c88c: Upgrade ajv to version 8.

The main BREAKING CHANGE is that the support for JSON-Schema draft-04 is removed from version 8.
Some properties of Ajv.Options has also changed its shape.
More details: https://ajv.js.org/v6-to-v8-migration.html

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oas3-chow-chow",
"version": "2.0.1",
"version": "3.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "<[email protected]>",
Expand Down

0 comments on commit 35ee143

Please sign in to comment.