Skip to content

Commit 66bec54

Browse files
authored
Merge pull request #183 from fbosch/release-please--branches--master--components--infinite-fusion-nuzlocke
chore(master): release 0.5.3
2 parents 6a092fc + f551641 commit 66bec54

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.2"
2+
".": "0.5.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.3](https://github.com/fbosch/infinite-fusion-nuzlocke/compare/v0.5.2...v0.5.3) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **analytics:** allow production hostname fallback when env is missing ([6a092fc](https://github.com/fbosch/infinite-fusion-nuzlocke/commit/6a092fc01217c8d5d7a383f3d2bf1aaa5e5657a0))
9+
* **analytics:** fallback production gating to known hostnames ([29e0dd1](https://github.com/fbosch/infinite-fusion-nuzlocke/commit/29e0dd12a046c4379045f724d28cdf086f5bdf17))
10+
311
## [0.5.2](https://github.com/fbosch/infinite-fusion-nuzlocke/compare/v0.5.1...v0.5.2) (2026-04-10)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "infinite-fusion-nuzlocke",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)