We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55cfe2 commit 9e8b828Copy full SHA for 9e8b828
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [4.2.1](https://github.com/rvagg/js-ipld-schema/compare/v4.2.0...v4.2.1) (2023-09-16)
2
+
3
4
+### Bug Fixes
5
6
+* improved struct optional handling in typed validator ([c55cfe2](https://github.com/rvagg/js-ipld-schema/commit/c55cfe21f766ccecf739a8fcd56a78bd8c0c6b35))
7
+* s/--script/--cjs in docs ([5e8adc2](https://github.com/rvagg/js-ipld-schema/commit/5e8adc2b4842439eaa33bc39605c83d4c4377316))
8
9
## [4.2.0](https://github.com/rvagg/js-ipld-schema/compare/v4.1.11...v4.2.0) (2023-09-14)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/schema",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "IPLD Schema parser and CLI utilities for JavaScript",
"type": "module",
"scripts": {
0 commit comments