Skip to content

Commit 25c2cb3

Browse files
committed
chore: add changelog and bump app version
1 parent 5ecd53b commit 25c2cb3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.11.4] - 2025-03-20
11+
12+
### Updated
13+
14+
- Gateway Details page: show actual number of observers per epoch in "Failed by x/y Observers" card
15+
1016
## [1.11.3] - 2025-03-20
1117

1218
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ar-io/network-portal",
33
"private": true,
4-
"version": "1.11.3",
4+
"version": "1.11.4",
55
"type": "module",
66
"scripts": {
77
"build": "yarn clean && tsc --build tsconfig.build.json && NODE_OPTIONS=--max-old-space-size=32768 vite build",

0 commit comments

Comments
 (0)