@ledgerhq/errors 6.36.1-nightly.20260630030734 → 6.37.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # @ledgerhq/errors
2
2
 
3
- ## 6.36.1-nightly.20260630030734
3
+ ## 6.37.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
+
7
+ - [#18772](https://github.com/LedgerHQ/ledger-live/pull/18772) [`48dbd53`](https://github.com/LedgerHQ/ledger-live/commit/48dbd533a7a505cbb37989f8ce94f273f84bc7d2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Document the package as deprecated: add a frozen-lib banner, `@deprecated` JSDoc on `createCustomErrorClass` and the serialize/deserialize helpers, a DEPRECATED.md, and a README notice. No runtime change.
8
+
9
+ ## 6.37.0-next.0
10
+
11
+ ### Minor Changes
6
12
 
7
13
  - [#18772](https://github.com/LedgerHQ/ledger-live/pull/18772) [`48dbd53`](https://github.com/LedgerHQ/ledger-live/commit/48dbd533a7a505cbb37989f8ce94f273f84bc7d2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Document the package as deprecated: add a frozen-lib banner, `@deprecated` JSDoc on `createCustomErrorClass` and the serialize/deserialize helpers, a DEPRECATED.md, and a README notice. No runtime change.
8
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/errors",
3
- "version": "6.36.1-nightly.20260630030734",
3
+ "version": "6.37.0",
4
4
  "description": "Ledger common errors",
5
5
  "keywords": [
6
6
  "Ledger"