Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Mar 30, 2021
1 parent 52e3561 commit 0089fc2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cashc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashc",
"version": "0.6.1",
"version": "0.6.2",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
"keywords": [
"bitcoin",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@bitauth/libauth": "^1.18.1",
"@cashscript/utils": "^0.6.1",
"@cashscript/utils": "^0.6.2",
"antlr4ts": "^0.5.0-alpha.4",
"commander": "^7.1.0",
"semver": "^7.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cashc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './Errors';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler';

export const version = '0.6.1';
export const version = '0.6.2';
4 changes: 2 additions & 2 deletions packages/cashscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashscript",
"version": "0.6.1",
"version": "0.6.2",
"description": "Easily write and interact with Bitcoin Cash contracts",
"keywords": [
"bitcoin cash",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@bitauth/libauth": "^1.18.1",
"@cashscript/utils": "^0.6.1",
"@cashscript/utils": "^0.6.2",
"bip68": "^1.0.4",
"bitcoin-rpc-promise-retry": "^1.3.0",
"delay": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cashscript/utils",
"version": "0.6.1",
"version": "0.6.2",
"description": "CashScript utilities and types",
"keywords": [
"bitcoin cash",
Expand Down
4 changes: 4 additions & 0 deletions website/docs/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Release Notes
---

## v0.6.2
#### CashScript SDK
* :bug: Fix typing issue with BitcoinRpcNetworkProvider

## v0.6.1
#### CashScript SDK
* :bug: Fix bug with incorrect fee calculation when providing custom fee per byte
Expand Down

0 comments on commit 0089fc2

Please sign in to comment.