@bitgo/sdk-coin-bsc 1.3.0 → 1.3.1

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 +11 -9
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,19 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # 1.3.0 (2022-10-18)
6
+ ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@1.3.0...@bitgo/sdk-coin-bsc@1.3.1) (2022-10-25)
7
7
 
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
8
9
 
9
- ### Bug Fixes
10
+ # 1.3.0 (2022-10-18)
10
11
 
11
- * **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
12
- * **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319))
12
+ ### Bug Fixes
13
13
 
14
+ - **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
15
+ - **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319))
14
16
 
15
17
  ### Features
16
18
 
17
- * **sdk-coin-bsc:** add key pair ([17d3e0b](https://github.com/BitGo/BitGoJS/commit/17d3e0b72590b6ba34c45c6617265709ad70f955))
18
- * **sdk-coin-bsc:** add transfer and transaction builders ([1c27a63](https://github.com/BitGo/BitGoJS/commit/1c27a6343f30d341588eadd2a323b4ac2fe73646))
19
- * **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
20
- * **sdk-coin-bsc:** replace bsc keypair with eth keypair ([e297107](https://github.com/BitGo/BitGoJS/commit/e297107f8f5e233acb1ef2d5f3c2bf5ade460f64))
21
- * **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e))
19
+ - **sdk-coin-bsc:** add key pair ([17d3e0b](https://github.com/BitGo/BitGoJS/commit/17d3e0b72590b6ba34c45c6617265709ad70f955))
20
+ - **sdk-coin-bsc:** add transfer and transaction builders ([1c27a63](https://github.com/BitGo/BitGoJS/commit/1c27a6343f30d341588eadd2a323b4ac2fe73646))
21
+ - **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
22
+ - **sdk-coin-bsc:** replace bsc keypair with eth keypair ([e297107](https://github.com/BitGo/BitGoJS/commit/e297107f8f5e233acb1ef2d5f3c2bf5ade460f64))
23
+ - **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-bsc",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "BitGo SDK coin library for Binance Smart Chain",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,15 +40,15 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-eth": "^1.2.0",
44
- "@bitgo/sdk-coin-eth": "^2.2.0",
45
- "@bitgo/sdk-core": "^2.2.0",
46
- "@bitgo/statics": "^8.2.0",
43
+ "@bitgo/abstract-eth": "^1.2.1",
44
+ "@bitgo/sdk-coin-eth": "^2.3.0",
45
+ "@bitgo/sdk-core": "^2.3.0",
46
+ "@bitgo/statics": "^9.0.0",
47
47
  "@ethereumjs/common": "^2.4.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo/sdk-api": "^1.4.0",
51
- "@bitgo/sdk-test": "^1.2.0"
50
+ "@bitgo/sdk-api": "^1.5.0",
51
+ "@bitgo/sdk-test": "^1.2.1"
52
52
  },
53
- "gitHead": "67defd215541542539a60cc2ba747bf2fc53889c"
53
+ "gitHead": "1eed09b721d87e3c7591a4bee9f7af5c5d8adb46"
54
54
  }