Skip to content

Commit

Permalink
Merge pull request #80 from wnfs-wg/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--nest

chore(main): release nest 1.0.0
  • Loading branch information
icidasset committed Mar 21, 2024
2 parents 947fc54 + 1fb97bc commit 1e59a42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/nest": "0.4.0"
"packages/nest": "1.0.0"
}
11 changes: 11 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/wnfs-wg/nest/compare/nest-v0.4.0...nest-v1.0.0) (2024-03-21)


### ⚠ BREAKING CHANGES

* Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility

### Features

* Switch to SHA256 hashed CIDs, instead of rs-wnfs default Blake3, for better compatibility ([743e3b7](https://github.com/wnfs-wg/nest/commit/743e3b779094ec8770f207bfa15aae7dce180c2e))

## [0.4.0](https://github.com/wnfs-wg/nest/compare/nest-v0.3.3...nest-v0.4.0) (2024-03-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wnfs-wg/nest",
"type": "module",
"version": "0.4.0",
"version": "1.0.0",
"description": "A utility layer around the `wnfs` package.",
"author": "Steven Vandevelde <icid.asset@gmail.com> (tokono.ma)",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 1e59a42

Please sign in to comment.