Skip to content

Commit 96bb587

Browse files
chore(release): 4.1.2 [skip ci]
## [4.1.2](v4.1.1...v4.1.2) (2022-12-01) ### Bug Fixes * adjust type validation to respect prefixes ([711e5cf](711e5cf)) ### Trivial Changes * lint ([8725a65](8725a65)) * **no-release:** bump actions/setup-node from 3.5.0 to 3.5.1 ([#78](#78)) ([582da87](582da87))
1 parent 8725a65 commit 96bb587

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [4.1.2](https://github.com/rvagg/js-ipld-schema/compare/v4.1.1...v4.1.2) (2022-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* adjust type validation to respect prefixes ([711e5cf](https://github.com/rvagg/js-ipld-schema/commit/711e5cf2bc70e0dc88c268b479675847814da082))
7+
8+
9+
### Trivial Changes
10+
11+
* lint ([8725a65](https://github.com/rvagg/js-ipld-schema/commit/8725a6540ea6dd070191ac2a115582e6ed3c029b))
12+
* **no-release:** bump actions/setup-node from 3.5.0 to 3.5.1 ([#78](https://github.com/rvagg/js-ipld-schema/issues/78)) ([582da87](https://github.com/rvagg/js-ipld-schema/commit/582da8772f9ae1f4802f05eb3f2466b0b922dac2))
13+
114
## [4.1.1](https://github.com/rvagg/js-ipld-schema/compare/v4.1.0...v4.1.1) (2022-10-08)
215

316

package.json

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

0 commit comments

Comments
 (0)