Skip to content

Commit 03bbbeb

Browse files
github-actions[bot]torifat
authored andcommitted
Version Packages
1 parent 1321dfe commit 03bbbeb

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.changeset/gentle-jars-send.md

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

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# better-ajv-errors
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- 1321dfe: Fix type exports
8+
- Bump packages: _only minor/patch_
9+
- Installed https://publint.dev and added it to `lint` so we don't break types again
10+
- Migrated `typings.test-d.ts` to use `vitest`
11+
- Fixed `type` `exports`
12+
313
## 2.0.2
414

515
### Patch Changes
@@ -66,7 +76,6 @@
6676
- 146a859: :package: better-ajv-errors v1
6777

6878
### Breaking Changes
69-
7079
- Dropped support for Node.js `< 12.13.0`
7180
- Default import in CommonJS format no longer supported
7281

@@ -85,7 +94,6 @@
8594
```
8695

8796
### Other Changes
88-
8997
- Added ESM support
9098
- Moved from `babel` to `esbuild` _(99% faster build: from `2170ms` to `20ms`)_
9199
- https://github.com/atlassian/better-ajv-errors/pull/101#issuecomment-963129931
@@ -94,7 +102,6 @@
94102
- ad60e6b: :nail_care: Improve typings and add test
95103

96104
### Breaking Changes
97-
98105
- New TypeScript types are not fully backward compatible
99106

100107
### 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": "better-ajv-errors",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "JSON Schema validation for Human",
55
"repository": "atlassian/better-ajv-errors",
66
"main": "./lib/cjs/index.js",

0 commit comments

Comments
 (0)