@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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/errors@6.24.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
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-nightly.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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.25.0-nightly.0",
3
+ "version": "6.25.0",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"