Skip to content

Commit 289098b

Browse files
chore: release @unts/json-schema-migrate (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b5e561 commit 289098b

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

.changeset/seven-gifts-fold.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @unts/json-schema-migrate
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#9](https://github.com/un-ts/json-schema-migrate/pull/9) [`8b5e561`](https://github.com/un-ts/json-schema-migrate/commit/8b5e56192a324d2ac7b71ec787eae3ca96703fbb) Thanks [@JounQin](https://github.com/JounQin)! - feat: support `draft2020` correctly - close [#7](https://github.com/ajv-validator/json-schema-migrate/issues/7)
8+
39
## 2.0.1
410

511
### Patch Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
1313
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1414

15-
Migrate JSON-Schema from `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`
15+
This is an actively maintained fork of [`json-schema-migrate`](https://github.com/ajv-validator/json-schema-migrate) which helps migrate JSON-Schema from `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`.
1616

1717
## Install
1818

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@unts/json-schema-migrate",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"type": "module",
5-
"description": "Migrate JSON-Schema to draft-06",
5+
"description": "Migrate JSON-Schema `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`",
66
"repository": "https://github.com/un-ts/json-schema-migrate.git",
77
"author": "Evgeny Poberezkin",
88
"maintainers": [
@@ -42,7 +42,13 @@
4242
"keywords": [
4343
"JSON-Schema",
4444
"migrate",
45-
"draft-06"
45+
"draft-04",
46+
"draft-06",
47+
"draft-07",
48+
"draft-2019",
49+
"draft-2019-09",
50+
"draft-2020",
51+
"draft-2020-12"
4652
],
4753
"scripts": {
4854
"build": "run-p 'build:*'",

0 commit comments

Comments
 (0)