Skip to content

Commit 6a4b1e7

Browse files
chore(release): 9.0.0 [skip ci]
## [ipfs-unixfs-v9.0.0](ipfs-unixfs-v8.0.0...ipfs-unixfs-v9.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update dependencies (#278) ### Bug Fixes * update dependencies ([#278](#278)) ([0e1e3d3](0e1e3d3)) ### Trivial Changes * update project config ([#274](#274)) ([4d9a4fd](4d9a4fd))
1 parent 0e1e3d3 commit 6a4b1e7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/ipfs-unixfs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [ipfs-unixfs-v9.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v8.0.0...ipfs-unixfs-v9.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update dependencies (#278)
7+
8+
### Bug Fixes
9+
10+
* update dependencies ([#278](https://github.com/ipfs/js-ipfs-unixfs/issues/278)) ([0e1e3d3](https://github.com/ipfs/js-ipfs-unixfs/commit/0e1e3d37b2fe6c6fe96d0c851a53d6eb413d8fbd))
11+
12+
13+
### Trivial Changes
14+
15+
* update project config ([#274](https://github.com/ipfs/js-ipfs-unixfs/issues/274)) ([4d9a4fd](https://github.com/ipfs/js-ipfs-unixfs/commit/4d9a4fd690e54cc72d2b985357932aaf22413ec7))
16+
117
## [ipfs-unixfs-v8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-v7.0.0...ipfs-unixfs-v8.0.0) (2022-10-19)
218

319

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs#readme",

0 commit comments

Comments
 (0)