We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecd53b commit 25c2cb3Copy full SHA for 25c2cb3
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
16
## [1.11.3] - 2025-03-20
17
18
### Added
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@ar-io/network-portal",
3
"private": true,
4
- "version": "1.11.3",
+ "version": "1.11.4",
5
"type": "module",
6
"scripts": {
"build": "yarn clean && tsc --build tsconfig.build.json && NODE_OPTIONS=--max-old-space-size=32768 vite build",
0 commit comments