Skip to content

Commit f6cd633

Browse files
chore(main): release 3.0.0 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6d772d commit f6cd633

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [2.2.0](https://github.com/ipld/js-unixfs/compare/v2.1.2...v2.2.0) (2024-01-16)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ipld/unixfs",
33
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"files": [
66
"src",
77
"gen",

0 commit comments

Comments
 (0)