Skip to content

Commit 0089fc2

Browse files
committed
Bump version to 0.6.2
1 parent 52e3561 commit 0089fc2

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

packages/cashc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashc",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
55
"keywords": [
66
"bitcoin",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@bitauth/libauth": "^1.18.1",
50-
"@cashscript/utils": "^0.6.1",
50+
"@cashscript/utils": "^0.6.2",
5151
"antlr4ts": "^0.5.0-alpha.4",
5252
"commander": "^7.1.0",
5353
"semver": "^7.3.4"

packages/cashc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * from './Errors';
22
export * as utils from '@cashscript/utils';
33
export { compileFile, compileString } from './compiler';
44

5-
export const version = '0.6.1';
5+
export const version = '0.6.2';

packages/cashscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashscript",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Easily write and interact with Bitcoin Cash contracts",
55
"keywords": [
66
"bitcoin cash",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@bitauth/libauth": "^1.18.1",
45-
"@cashscript/utils": "^0.6.1",
45+
"@cashscript/utils": "^0.6.2",
4646
"bip68": "^1.0.4",
4747
"bitcoin-rpc-promise-retry": "^1.3.0",
4848
"delay": "^5.0.0",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cashscript/utils",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "CashScript utilities and types",
55
"keywords": [
66
"bitcoin cash",

website/docs/releases/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: Release Notes
33
---
44

5+
## v0.6.2
6+
#### CashScript SDK
7+
* :bug: Fix typing issue with BitcoinRpcNetworkProvider
8+
59
## v0.6.1
610
#### CashScript SDK
711
* :bug: Fix bug with incorrect fee calculation when providing custom fee per byte

0 commit comments

Comments
 (0)