@magic-ext/bitcoin 13.4.2-canary.985b440.0 → 13.4.2

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v13.4.2 (Tue Jul 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Minor update to test GH Settings [#580](https://github.com/magiclabs/magic-js/pull/580) ([@Ariflo](https://github.com/Ariflo))
6
+ - Minor update to Changelog to test Deployment Settings [#577](https://github.com/magiclabs/magic-js/pull/577) ([@Ariflo](https://github.com/Ariflo))
7
+ - Minor update to Changelog to test Deployment Settings ([@Ariflo](https://github.com/Ariflo))
8
+
9
+ #### Authors: 1
10
+
11
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
12
+
13
+ ---
14
+
1
15
  # v13.3.0 (Fri Jul 07 2023)
2
16
 
3
17
  #### ⚠️ Pushed to `master`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/bitcoin",
3
- "version": "13.4.2-canary.985b440.0",
3
+ "version": "13.4.2",
4
4
  "description": "magic bitcoin extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -29,5 +29,5 @@
29
29
  "devDependencies": {
30
30
  "@magic-sdk/commons": "^14.4.1"
31
31
  },
32
- "gitHead": "985b440afb04384f56a61c8fbba8cd1318c9aa77"
32
+ "gitHead": "36f482150dda0fff88d34fc22924b5e0e0189820"
33
33
  }