-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 1.1.0 #368
chore: release 1.1.0 #368
Conversation
🚀 Release checklistBefore release
After release
|
f7e755b
to
5779eb8
Compare
Release notes: 1.1.0 (2021-07-16)This is a small incremental release that brings two new features. 🪝 Hooks systemIf you need to know what exact HTTP requests Be aware! These listeners listen to all outgoing 🏷 New Tag endpointsWith the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think CHANGELOG.md is missing the release description
LGTM otherwise 🙂
🤖 Release is at https://github.com/ethersphere/bee-js/releases/tag/v1.1.0 🌻 |
🤖 I have created a release *beep* *boop*
1.1.0 (2021-07-16)
This is a small incremental release that brings two new features.
🪝 Hooks system
If you need to know what exact HTTP requests
bee-js
sends to Bee you can now register hooks for outgoing requests and incoming responses usingUtils.Hooks
interface.Be aware! These listeners listen to all outgoing
bee-js
's requests/responses, so if you have multipleBee
/BeeDebug
instances for different Bee nodes, than all requests will be forwarded to your callbacks!🏷 New Tag endpoints
With the
1.0
Bee release few new endpoints related to Tags were introduced that allows you to list, update and delete tags.Features
This PR was generated with Release Please. See documentation.