mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add missing normalizeBech32 export
This commit is contained in:
parent
db1244f02e
commit
f6666ba52c
@ -6,6 +6,10 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- @cosmjs/encoding: Add missing export: `normalizeBech32`.
|
||||
|
||||
## [0.28.2] - 2022-04-07
|
||||
|
||||
### Added
|
||||
@ -834,7 +838,7 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
|
||||
`FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties.
|
||||
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
|
||||
|
||||
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.28.2...HEAD
|
||||
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.28.3...HEAD
|
||||
[0.28.2]: https://github.com/cosmos/cosmjs/compare/v0.28.1...v0.28.2
|
||||
[0.28.1]: https://github.com/cosmos/cosmjs/compare/v0.28.0...v0.28.1
|
||||
[0.28.0]: https://github.com/cosmos/cosmjs/compare/v0.27.1...v0.28.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
export { fromAscii, toAscii } from "./ascii";
|
||||
export { fromBase64, toBase64 } from "./base64";
|
||||
export { Bech32, fromBech32, toBech32 } from "./bech32";
|
||||
export { Bech32, fromBech32, normalizeBech32, toBech32 } from "./bech32";
|
||||
export { fromHex, toHex } from "./hex";
|
||||
export { fromRfc3339, toRfc3339 } from "./rfc3339";
|
||||
export { fromUtf8, toUtf8 } from "./utf8";
|
||||
|
Loading…
x
Reference in New Issue
Block a user