Skip to content

Commit 1ed8281

Browse files
committed
publish: bump version to v10.0.0-rc13
1 parent 9aef4bc commit 1ed8281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
---
1818

19-
> ⚠️ This **documentation** refers to the upcoming release **version 10**, which can be installed by `npm install [email protected]rc12`. For the latest release please refer to the **[documentation of version 9.3.5](https://github.com/sagold/json-schema-library/tree/v9.3.5)**. If you are on v10-rc refer to [documentation of version 10.0.0-rc8 or lower](https://github.com/sagold/json-schema-library/tree/v10.0.0-rc8)
19+
> ⚠️ This **documentation** refers to the upcoming release **version 10**, which can be installed by `npm install [email protected]rc13`. For the latest release please refer to the **[documentation of version 9.3.5](https://github.com/sagold/json-schema-library/tree/v9.3.5)**. If you are on v10-rc refer to [documentation of version 10.0.0-rc8 or lower](https://github.com/sagold/json-schema-library/tree/v10.0.0-rc8)
2020
2121
**Quick start**
2222

@@ -1214,7 +1214,7 @@ const myDraft = extendDraft(draft2020, {
12141214
});
12151215
```
12161216

1217-
### errors
1217+
### errorMessages
12181218

12191219
You can set custom errors messages locally by using the errors-keyword:
12201220

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-library",
3-
"version": "10.0.0-rc12",
3+
"version": "10.0.0-rc13",
44
"description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation",
55
"module": "dist/module/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)