Skip to content

Commit fe42f17

Browse files
authored
Merge pull request #1728 from oasisprotocol/mz/release
Assemble changes for 1.16.1 release
2 parents 918054a + 8eed4cc commit fe42f17

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.changelog/1723.trivial.md

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

.changelog/1727.bugfix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 1.16.1 (2025-02-04)
16+
17+
### Bug Fixes and Improvements
18+
19+
- Use custom query key for validators map
20+
([#1727](https://github.com/oasisprotocol/explorer/issues/1727))
21+
22+
- Avoid throwing t.normalize is not a function error
23+
1524
## 1.16.0 (2025-02-03)
1625

1726
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
33
"name": "@oasisprotocol/explorer-frontend",
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"private": true,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)