Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and torifat committed Nov 13, 2021
1 parent ade58e0 commit de181ea
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .changeset/eight-keys-boil.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/grumpy-paws-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-elephants-bathe.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sweet-bottles-kneel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-hats-learn.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# better-ajv-errors

## 1.1.0

### Minor Changes

- ade58e0: :package: Swap `json-to-ast` with `momoa`

| | `json-to-ast` | `momoa` |
| ---------------------- | --------------: | --------------: |
| **Small JSON** `23B` | 254,556 ops/sec | 329,012 ops/sec |
| **Medium JSON** `55KB` | 226 ops/sec | 246 ops/sec |
| **Large JSON** `25MB` | 0.19 ops/sec | 0.29 ops/sec |

### Patch Changes

- abee681: :package: Restrict `leven` version to < 4

`leven@4` only ships `esm` module which is not compatible with this library.

## 1.0.0

### Major 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": "better-ajv-errors",
"version": "1.0.0",
"version": "1.1.0",
"description": "JSON Schema validation for Human",
"repository": "atlassian/better-ajv-errors",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit de181ea

Please sign in to comment.