@ledgerhq/live-promise 0.0.4-next.1 → 0.0.4

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/live-promise@0.0.4-next.0 build /home/runner/work/ledger-live/ledger-live/libs/promise
2
+ > @ledgerhq/live-promise@0.0.4 build /home/runner/work/ledger-live/ledger-live/libs/promise
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/live-promise
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6731](https://github.com/LedgerHQ/ledger-live/pull/6731) [`5552ca0`](https://github.com/LedgerHQ/ledger-live/commit/5552ca0542d5734b845ed23dae2f02c6d1b8ba2d) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - Fix error should be thrown instead of returned in retry mechanism
8
+
9
+ - [#6566](https://github.com/LedgerHQ/ledger-live/pull/6566) [`cfb97f7`](https://github.com/LedgerHQ/ledger-live/commit/cfb97f7d5c81824815522e8699b7469047b1513a) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Prevent unnecessary http retries when 422
10
+
3
11
  ## 0.0.4-next.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-promise",
3
- "version": "0.0.4-next.1",
3
+ "version": "0.0.4",
4
4
  "description": "Ledger Live Promise utilities",
5
5
  "keywords": [
6
6
  "Ledger"