Skip to content

Commit

Permalink
chore(main): release 2.1.2 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 8, 2023
1 parent 74a473a commit acf1c63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.2](https://github.com/ipld/js-unixfs/compare/v2.1.1...v2.1.2) (2023-09-08)


### Bug Fixes

* queue layout export ([#46](https://github.com/ipld/js-unixfs/issues/46)) ([74a473a](https://github.com/ipld/js-unixfs/commit/74a473a6098e3271cb1359b481d4f8c994f77119))
* write to balanced layout at width ([#52](https://github.com/ipld/js-unixfs/issues/52)) ([989d96a](https://github.com/ipld/js-unixfs/commit/989d96a52e745295e9e3816402651a52443924ec))

## [2.1.1](https://github.com/ipld/js-unixfs/compare/v2.1.0...v2.1.1) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
"version": "2.1.1",
"version": "2.1.2",
"files": [
"src",
"gen",
Expand Down

0 comments on commit acf1c63

Please sign in to comment.