Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#34)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.0

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Irakli Gozalishvili <contact@gozala.io>
  • Loading branch information
github-actions[bot] and Gozala authored Oct 12, 2022
1 parent 7edd5c0 commit b5c0541
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/ipld/js-unixfs/compare/v1.1.0-dev...v2.0.0) (2022-10-12)


### ⚠ BREAKING CHANGES

* upgrade to multiformat@10 (#33)

### Features

* remove dev from package version ([#35](https://github.com/ipld/js-unixfs/issues/35)) ([7edd5c0](https://github.com/ipld/js-unixfs/commit/7edd5c03684b5c971423bfd85c8d4e00f5cd8fbb))
* upgrade to multiformat@10 ([#33](https://github.com/ipld/js-unixfs/issues/33)) ([6b24fb3](https://github.com/ipld/js-unixfs/commit/6b24fb36e9bb2d14ef6a54d4101792348fc2bb5a))


### Bug Fixes

* license name ([#25](https://github.com/ipld/js-unixfs/issues/25)) ([d1e404b](https://github.com/ipld/js-unixfs/commit/d1e404bb46db6aa5a155999c7abdd6de0fed1a47))

## [1.1.0-dev](https://github.com/ipld/js-unixfs/compare/v1.0.3-dev...v1.1.0-dev) (2022-07-29)


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": "1.1.0",
"version": "2.0.0",
"files": [
"src",
"gen",
Expand Down

0 comments on commit b5c0541

Please sign in to comment.