Skip to content

Commit 15d0aec

Browse files
authored
chore: Release shuttle version (#2400)
## Why is this change needed? Release shuttle ## 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 focuses on updating the version of the `@farcaster/shuttle` package from `0.6.10` to `0.6.11`, along with a corresponding entry in the `CHANGELOG.md` to document a bug fix related to using the `statsd` host from the environment. ### Detailed summary - Updated version of `@farcaster/shuttle` from `0.6.10` to `0.6.11` in `packages/shuttle/package.json`. - Added changelog entry for version `0.6.11` documenting a fix for using `statsd` host from the environment. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent d34a86d commit 15d0aec

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/shaggy-hounds-scream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/shuttle/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farcaster/hub-shuttle
22

3+
## 0.6.11
4+
5+
### Patch Changes
6+
7+
- d34a86df: fix: Use statsd host from env
8+
39
## 0.6.10
410

511
### Patch Changes

packages/shuttle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/shuttle",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)