Skip to content

Commit fae8a4c

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.1...v4.1.0) (2022-08-20) ### Features * implement typed { toRepresentation(obj): obj } ([1ce5231](1ce5231))
1 parent 1ce5231 commit fae8a4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.0](https://github.com/rvagg/js-ipld-schema/compare/v4.0.1...v4.1.0) (2022-08-20)
2+
3+
4+
### Features
5+
6+
* implement typed { toRepresentation(obj): obj } ([1ce5231](https://github.com/rvagg/js-ipld-schema/commit/1ce52314c89080c03a47497ff7b5eee1a18c8f0f))
7+
18
## [4.0.1](https://github.com/rvagg/js-ipld-schema/compare/v4.0.0...v4.0.1) (2022-08-19)
29

310

package.json

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

0 commit comments

Comments
 (0)