Skip to content

Commit 9349bad

Browse files
committed
Add 0.35.2 to main CHANGELOG
1 parent ef0d066 commit 9349bad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ and this project adheres to
133133

134134
[#1797]: https://github.com/cosmos/cosmjs/pull/1797
135135

136+
## [0.35.2] - 2025-10-29
137+
138+
### Fixed
139+
140+
- @cosmjs/crypto: Set min version of @noble/hashes to 1.8.0 to avoid errors like
141+
142+
> Cannot find module '@noble/hashes/legacy.js' from
143+
> '../../node_modules/@cosmjs/crypto/build/ripemd.js'
144+
145+
We use `@noble/hashes/legacy.js` for ripemd which is only available in ^1.8.0.
146+
136147
## [0.35.1] - 2025-10-22
137148

138149
### Deprecated
@@ -1715,6 +1726,7 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
17151726
[0.36.2]: https://github.com/cosmos/cosmjs/compare/v0.36.1...v0.36.2
17161727
[0.36.1]: https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.36.1
17171728
[0.36.0]: https://github.com/cosmos/cosmjs/compare/v0.35.0...v0.36.0
1729+
[0.35.2]: https://github.com/cosmos/cosmjs/compare/v0.35.1...v0.35.2
17181730
[0.35.1]: https://github.com/cosmos/cosmjs/compare/v0.35.0...v0.35.1
17191731
[0.35.0]: https://github.com/cosmos/cosmjs/compare/v0.34.0...v0.35.0
17201732
[0.34.1]: https://github.com/cosmos/cosmjs/compare/v0.34.0...v0.34.1

0 commit comments

Comments
 (0)