File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export * from './Errors';
22export * as utils from '@cashscript/utils' ;
33export { compileFile , compileString } from './compiler' ;
44
5- export const version = '0.6.1 ' ;
5+ export const version = '0.6.2 ' ;
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 22title : 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
You can’t perform that action at this time.
0 commit comments