Skip to content

Commit 352df11

Browse files
committed
v8.1.1
1 parent 912ae41 commit 352df11

File tree

34 files changed

+192
-50
lines changed

34 files changed

+192
-50
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.1](https://github.com/matiu/bitcore/compare/v8.1.0...v8.1.1) (2019-03-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **node:** detecting dupe transactions and coins with mismatched heights ([3891140](https://github.com/matiu/bitcore/commit/3891140))
12+
13+
14+
15+
16+
617
# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"packages": [
55
"packages/*"
66
]

packages/bitcore-build/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.1](https://github.com/bitpay/bitcore-build/compare/v8.1.0...v8.1.1) (2019-03-21)
7+
8+
**Note:** Version bump only for package bitcore-build
9+
10+
11+
12+
13+
614
# [8.1.0](https://github.com/bitpay/bitcore-build/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
715

816
**Note:** Version bump only for package bitcore-build

packages/bitcore-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-build",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "A helper for common tasks to build bitcore modules'",
55
"main": "index.js",
66
"scripts": {

packages/bitcore-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.1](https://github.com/matiu/bitcore/compare/v8.1.0...v8.1.1) (2019-03-21)
7+
8+
**Note:** Version bump only for package bitcore-client
9+
10+
11+
12+
13+
614
# [8.1.0](https://github.com/nitsujlangston/bitcore/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
715

816

packages/bitcore-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=8.0.0"
66
},
7-
"version": "8.1.0",
7+
"version": "8.1.1",
88
"author": "Justin Langston <[email protected]>",
99
"main": "ts_build/index.js",
1010
"types": "./ts_build/index.d.ts",
@@ -22,9 +22,9 @@
2222
"async": "^2.5.0",
2323
"bcrypt": "^2.0.1",
2424
"bcryptjs": "^2.4.3",
25-
"bitcore-lib": "^8.1.0",
26-
"bitcore-lib-cash": "^8.1.0",
27-
"bitcore-mnemonic": "^8.1.0",
25+
"bitcore-lib": "^8.1.1",
26+
"bitcore-lib-cash": "^8.1.1",
27+
"bitcore-mnemonic": "^8.1.1",
2828
"commander": "^2.15.1",
2929
"elliptic": "^6.4.1",
3030
"ethereumjs-tx": "^1.3.7",

packages/bitcore-lib-cash/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.1](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v8.1.0...v8.1.1) (2019-03-21)
7+
8+
**Note:** Version bump only for package bitcore-lib-cash
9+
10+
11+
12+
13+
614
# [8.1.0](https://github.com/bitpay/bitcore-lib/tree/cash/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
715

816

packages/bitcore-lib-cash/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-lib-cash",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "A pure and powerful JavaScript Bitcoin Cash library.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",
@@ -35,7 +35,7 @@
3535
"request": "browser-request"
3636
},
3737
"dependencies": {
38-
"bitcore-lib": "^8.1.0",
38+
"bitcore-lib": "^8.1.1",
3939
"bn.js": "=4.11.8",
4040
"bs58": "^4.0.1",
4141
"buffer-compare": "=1.1.1",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"base-x": "=3.0.4",
48-
"bitcore-build": "^8.1.0",
48+
"bitcore-build": "^8.1.1",
4949
"brfs": "^2.0.1",
5050
"chai": "^4.2.0",
5151
"gulp": "^4.0.0",

packages/bitcore-lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.1.1](https://github.com/bitpay/bitcore-lib/compare/v8.1.0...v8.1.1) (2019-03-21)
7+
8+
**Note:** Version bump only for package bitcore-lib
9+
10+
11+
12+
13+
614
# [8.1.0](https://github.com/bitpay/bitcore-lib/compare/v5.0.0-beta.44...v8.1.0) (2019-02-27)
715

816
**Note:** Version bump only for package bitcore-lib

packages/bitcore-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-lib",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "A pure and powerful JavaScript Bitcoin library.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",
@@ -43,7 +43,7 @@
4343
"lodash": "=4.17.11"
4444
},
4545
"devDependencies": {
46-
"bitcore-build": "^8.1.0",
46+
"bitcore-build": "^8.1.1",
4747
"brfs": "^2.0.1",
4848
"chai": "^4.2.0",
4949
"gulp": "^4.0.0",

0 commit comments

Comments
 (0)