Skip to content

Commit 9e8b828

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2023-09-16) ### Bug Fixes * improved struct optional handling in typed validator ([c55cfe2](c55cfe2)) * s/--script/--cjs in docs ([5e8adc2](5e8adc2))
1 parent c55cfe2 commit 9e8b828

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [4.2.0](https://github.com/rvagg/js-ipld-schema/compare/v4.1.11...v4.2.0) (2023-09-14)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/schema",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)