Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@libp2p/daemon-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.9...@libp2p/daemon-v3.0.0) (2023-07-31)

### ⚠ BREAKING CHANGES

* stream close methods are now asyc, requires [email protected] or later

### Features

* close streams gracefully ([#213](#213)) ([92eebfa](92eebfa))

### Dependencies

* bump aegir from 38.1.8 to 39.0.1 ([#202](#202)) ([3bf4027](3bf4027))
* update sibling dependencies ([fdfca91](fdfca91))
  • Loading branch information
semantic-release-bot committed Jul 31, 2023
1 parent fdfca91 commit abf0f03
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/libp2p-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [@libp2p/daemon-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.9...@libp2p/daemon-v3.0.0) (2023-07-31)


### ⚠ BREAKING CHANGES

* stream close methods are now asyc, requires [email protected] or later

### Features

* close streams gracefully ([#213](https://github.com/libp2p/js-libp2p-daemon/issues/213)) ([92eebfa](https://github.com/libp2p/js-libp2p-daemon/commit/92eebfa12ba1fb42ae6c9e164fb0d69647e62074))


### Dependencies

* bump aegir from 38.1.8 to 39.0.1 ([#202](https://github.com/libp2p/js-libp2p-daemon/issues/202)) ([3bf4027](https://github.com/libp2p/js-libp2p-daemon/commit/3bf402752a92c3ebb96435eaa7923ce22ef76ea0))
* update sibling dependencies ([fdfca91](https://github.com/libp2p/js-libp2p-daemon/commit/fdfca91afb258620c282296055e385b410018a6a))

## [@libp2p/daemon-v2.0.9](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.8...@libp2p/daemon-v2.0.9) (2023-04-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/daemon",
"version": "2.0.9",
"version": "3.0.0",
"description": "libp2p-daemon JavaScript implementation",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",
Expand Down

0 comments on commit abf0f03

Please sign in to comment.