We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d772d commit f6cd633Copy full SHA for f6cd633
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [3.0.0](https://github.com/ipld/js-unixfs/compare/v2.2.0...v3.0.0) (2024-01-17)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* upgrade multiformats
9
10
+### Features
11
12
+* upgrade multiformats ([e6d772d](https://github.com/ipld/js-unixfs/commit/e6d772d2544635f538d835847026e9db67e5c0df))
13
14
## [2.2.0](https://github.com/ipld/js-unixfs/compare/v2.1.2...v2.2.0) (2024-01-16)
15
16
package.json
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
- "version": "2.2.0",
+ "version": "3.0.0",
"files": [
"src",
"gen",
0 commit comments