Skip to content

Commit 4c95579

Browse files
authored
Merge pull request #2038 from oasisprotocol/lw/release
Assemble changes for 1.22.1 release
2 parents eb7d422 + ea3fd2d commit 4c95579

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changelog/2037.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

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+
1522
## 1.22.0 (2025-06-11)
1623

1724
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oasisprotocol/explorer-frontend",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)