Skip to content

Latest commit

 

History

History
159 lines (84 loc) · 5.44 KB

CHANGELOG.md

File metadata and controls

159 lines (84 loc) · 5.44 KB

Changelog

3.0.8 (2024-09-13)

Bug Fixes

3.0.7 (2024-07-31)

Documentation

Dependencies

  • bump aegir from 42.2.11 to 43.0.1 (#552) (74ccc92)
  • bump aegir from 43.0.3 to 44.0.1 (#569) (6952f05)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.6 to ^3.0.7

3.0.6 (2024-05-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.5 to ^3.0.6

3.0.5 (2024-04-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.4 to ^3.0.5

3.0.4 (2024-04-15)

Bug Fixes

  • add sideEffects: false to package.json (#485) (8c45267)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.3 to ^3.0.4

3.0.3 (2024-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.2 to ^3.0.3

3.0.2 (2024-03-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.1 to ^3.0.2

3.0.1 (2024-02-28)

Bug Fixes

Dependencies

  • update libp2p patch versions (917a1bc)
  • The following workspace dependencies were updated
    • dependencies
      • @helia/unixfs bumped from ^3.0.0 to ^3.0.1

3.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • the libp2p property has been removed from the Helia interface in @helia/interface - it is still present on the return type of createHelia from the helia module

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^3.0.1 to ^4.0.0
      • @helia/unixfs bumped from ^2.0.1 to ^3.0.0

2.0.0 (2024-01-08)

⚠ BREAKING CHANGES

  • uses multiformats v13

Features

  • update helia to v3 and multiformats to v13 (9f7dc0a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @helia/interface bumped from ^3.0.0 to ^3.0.1
      • @helia/unixfs bumped from ^2.0.0 to ^2.0.1

1.0.2 (2023-10-07)

Dependencies

  • dev: bump helia from 2.0.1 to 2.0.3 (#10) (6911470)

1.0.1 (2023-09-08)

Documentation

  • update docs to use MFS style API (#4) (88b23b0)

Dependencies

  • bump @helia/interface from 1.2.2 to 2.0.0 (#2) (351fae7)

1.0.0 (2023-08-14)

Features

Trivial Changes