Skip to content

Commit

Permalink
Merge pull request #85 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 2.0.0
  • Loading branch information
icidasset committed Apr 5, 2024
2 parents f0fd48c + 090219c commit baec36e
Show file tree
Hide file tree
Showing 3 changed files with 23 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": "1.0.0"
"packages/nest": "2.0.0"
}
21 changes: 21 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/wnfs-wg/nest/compare/nest-v1.0.0...nest-v2.0.0) (2024-04-05)


### ⚠ BREAKING CHANGES

* Reduce complexity of paths
* Create private node using exchange key pair

### Features

* Add Share class ([055e351](https://github.com/wnfs-wg/nest/commit/055e3511b588e9df91f40c79e6872c6b1ff5bd9a))
* Add share class methods ([d1a5104](https://github.com/wnfs-wg/nest/commit/d1a510459aef0d6b400a50b522fd5d2c3961063a))
* Create private node using exchange key pair ([0f322fe](https://github.com/wnfs-wg/nest/commit/0f322fe10c85349b12cb1338d88c205bb240bb77))
* Implement private shares ([89f7d22](https://github.com/wnfs-wg/nest/commit/89f7d22962dd2b5ac58cec9d287d78b52e0f6be9))
* Release v2.0.0 ([f0fd48c](https://github.com/wnfs-wg/nest/commit/f0fd48ca667dd908b9d76de884ff831e53a38ca0))


### Code Refactoring

* Reduce complexity of paths ([2414180](https://github.com/wnfs-wg/nest/commit/2414180c58bb1029686f4eac1ec3025a9c2f45e3))

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


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": "1.0.0",
"version": "2.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 baec36e

Please sign in to comment.