@ledgerhq/errors 6.25.0-nightly.0 → 6.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +11 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/errors@6.
|
|
2
|
+
> @ledgerhq/errors@6.25.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# @ledgerhq/errors
|
|
2
2
|
|
|
3
|
-
## 6.25.0
|
|
3
|
+
## 6.25.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#10672](https://github.com/LedgerHQ/ledger-live/pull/10672) [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1) Thanks [@may01](https://github.com/may01)! - added Hedera tokens to CAL
|
|
8
|
+
added send/receive support to Hedera in LLD & LLM
|
|
9
|
+
added support for HTS token association flow to LLD & LLM
|
|
10
|
+
added support for "Associate token" transaction type to Hedera
|
|
11
|
+
added test fixtures to coin-hedera
|
|
12
|
+
|
|
13
|
+
## 6.25.0-next.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
6
16
|
|