Skip to content

Commit

Permalink
Merge pull request #50 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 0.3.0
  • Loading branch information
icidasset committed Feb 18, 2024
2 parents 6c9b331 + 665aff6 commit 7c9bb2c
Show file tree
Hide file tree
Showing 3 changed files with 9 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.2.2"
"packages/nest": "0.3.0"
}
7 changes: 7 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/wnfs-wg/nest/compare/nest-v0.2.2...nest-v0.3.0) (2024-02-18)


### Features

* add ability to read with offset and length + update to wnfs 0.2.0 ([0478813](https://github.com/wnfs-wg/nest/commit/0478813f06d2e4be3e5decfd284ea3f353164ecb))

## [0.2.2](https://github.com/wnfs-wg/nest/compare/nest-v0.2.1...nest-v0.2.2) (2023-12-22)


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.2.2",
"version": "0.3.0",
"description": "A utility layer around the `wnfs` package.",
"author": "Steven Vandevelde <[email protected]> (tokono.ma)",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 7c9bb2c

Please sign in to comment.