We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7d422 commit ea3fd2dCopy full SHA for ea3fd2d
.changelog/2037.bugfix.md
CHANGELOG.md
@@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog].
12
13
<!-- TOWNCRIER -->
14
15
+## 1.22.1 (2025-06-14)
16
+
17
+### Bug Fixes and Improvements
18
19
+- Fix exhausted type error in production (should be a console warning)
20
+ ([#2037](https://github.com/oasisprotocol/explorer/issues/2037))
21
22
## 1.22.0 (2025-06-11)
23
24
### Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@oasisprotocol/explorer-frontend",
3
- "version": "1.22.0",
+ "version": "1.22.1",
4
"private": true,
5
"repository": {
6
"type": "git",
0 commit comments