diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0eb181d..00484a2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/nest": "0.1.0" + "packages/nest": "0.2.0" } diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md new file mode 100644 index 0000000..21af147 --- /dev/null +++ b/packages/nest/CHANGELOG.md @@ -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)) diff --git a/packages/nest/package.json b/packages/nest/package.json index 5ff2af1..59ebb79 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -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 (tokono.ma)", "license": "(Apache-2.0 AND MIT)",