Fix version (#1989)

This commit is contained in:
Jackson Mills
2022-05-02 13:04:41 -07:00
committed by GitHub
parent 13587e563a
commit 91403ec2fa

View File

@@ -2,7 +2,7 @@
## Unreleased
## 1.1.2 (2022-05-02)
## 1.1.4 (2022-05-02)
- `hexToBytes` now produces empty output for empty input, rather than `[0]`.
- Extend `bytesToHex` to work correctly with any input type accepted by `Array.from`.
In particular, it now produces correct output for typed arrays such as `UInt8Array`.