Skip to content

Commit

Permalink
chore: release hubble v1.15.1 (#2304)
Browse files Browse the repository at this point in the history
## Why is this change needed?

Releases v1.15.1 patch update to hubble

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [x] PR has a
[changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets)
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [ ] PR includes
[documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs)
if necessary.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the version of `@farcaster/hubble` to `1.15.1` in the
package.json file. The CHANGELOG.md includes patch changes related to
adjusting announcement interval and fixing direct peering data
processing.

### Detailed summary
- Updated `@farcaster/hubble` version to `1.15.1`
- Patch changes:
  - Adjusted announcement interval for contact info
  - Fixed direct peering data processing due to obscure node behavior

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
CassOnMars committed Sep 10, 2024
1 parent ec80ff3 commit f3752b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-fans-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-tomatoes-beg.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/hubble

## 1.15.1

### Patch Changes

- 1943a027: chore: adjust announcement interval for contact info
- ec80ff3b: fix: direct peering data needs to be processed by the worker due to obscure node behavior

## 1.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hubble",
"version": "1.15.0",
"version": "1.15.1",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit f3752b2

Please sign in to comment.