We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbff4a commit 093faa4Copy full SHA for 093faa4
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [4.0.0](https://github.com/ipld/js-dag-pb/compare/v3.0.2...v4.0.0) (2023-01-06)
2
+
3
4
+### ⚠ BREAKING CHANGES
5
6
+* improve consistency and fidelity of error conditions & messages
7
8
+### Bug Fixes
9
10
+* improve consistency and fidelity of error conditions & messages ([bbbff4a](https://github.com/ipld/js-dag-pb/commit/bbbff4ab7b8924b3144a93980da8f1edae2ce421))
11
12
## [3.0.2](https://github.com/ipld/js-dag-pb/compare/v3.0.1...v3.0.2) (2023-01-03)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/dag-pb",
- "version": "3.0.2",
+ "version": "4.0.0",
"description": "JS implementation of DAG-PB",
"author": "Rod <[email protected]> (http://r.va.gg/)",
"license": "Apache-2.0 OR MIT",
0 commit comments