Skip to content

Commit 83fc841

Browse files
authored
Merge pull request #185 from fbosch/release-please--branches--master--components--infinite-fusion-nuzlocke
chore(master): release 0.5.4
2 parents e4c9424 + 708eb9d commit 83fc841

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.3"
2+
".": "0.5.4"
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.4](https://github.com/fbosch/infinite-fusion-nuzlocke/compare/v0.5.3...v0.5.4) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **analytics:** remove NODE_ENV dependency from prod gate ([e4c9424](https://github.com/fbosch/infinite-fusion-nuzlocke/commit/e4c9424768581ea4dcf0f6975c5a8d7c8f42a6fb))
9+
* **analytics:** trust prod vercel env even if NODE_ENV differs ([3d36a2c](https://github.com/fbosch/infinite-fusion-nuzlocke/commit/3d36a2c324bc1b0a432643a0c4720e274b3b6be3))
10+
311
## [0.5.3](https://github.com/fbosch/infinite-fusion-nuzlocke/compare/v0.5.2...v0.5.3) (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.3",
3+
"version": "0.5.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)