Skip to content

Commit

Permalink
Merge pull request #22 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.2.0
  • Loading branch information
icidasset committed Dec 21, 2023
2 parents 3fcdfb0 + 1dae792 commit 7f0c953
Show file tree
Hide file tree
Showing 3 changed files with 20 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.1.0"
"packages/nest": "0.2.0"
}
18 changes: 18 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.2.0](https://github.com/wnfs-wg/nest/compare/nest-v0.1.0...nest-v0.2.0) (2023-12-21)


### Features

* add demo ([118f7a2](https://github.com/wnfs-wg/nest/commit/118f7a2e0642c07d80590fd6c76e001e893bd6a6))
* add modifications to publish event ([d6b654c](https://github.com/wnfs-wg/nest/commit/d6b654cf6e5959ccf33ada391eb77acec1daea65))
* add onCommit option ([ac1b2c7](https://github.com/wnfs-wg/nest/commit/ac1b2c7582c479a1344af76efb47db1a89ccedb9))
* expose errors via entry point ([d8ec1b5](https://github.com/wnfs-wg/nest/commit/d8ec1b5c3a40587c00ff86c2fffb5b3656d5162f))
* throw an error if an infused transaction is a no-op ([a21de2a](https://github.com/wnfs-wg/nest/commit/a21de2a44af92676e78f4c600bea4def29f2be82))


### Bug Fixes

* lint error ([e34c608](https://github.com/wnfs-wg/nest/commit/e34c608beda249e4272083bf7ad80075e86930df))
* publish debounce ([a3b6038](https://github.com/wnfs-wg/nest/commit/a3b6038900c0198ecbe05eb1005a43d76d70c271))
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.1.0",
"version": "0.2.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 7f0c953

Please sign in to comment.