File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cashc" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts" ,
5
5
"keywords" : [
6
6
" bitcoin" ,
47
47
},
48
48
"dependencies" : {
49
49
"@bitauth/libauth" : " ^1.18.1" ,
50
- "@cashscript/utils" : " ^0.6.3 " ,
50
+ "@cashscript/utils" : " ^0.6.5 " ,
51
51
"antlr4ts" : " ^0.5.0-alpha.4" ,
52
52
"commander" : " ^7.1.0" ,
53
53
"semver" : " ^7.3.4"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export * from './Errors';
2
2
export * as utils from '@cashscript/utils' ;
3
3
export { compileFile , compileString } from './compiler' ;
4
4
5
- export const version = '0.6.3 ' ;
5
+ export const version = '0.6.5 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cashscript" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " Easily write and interact with Bitcoin Cash contracts" ,
5
5
"keywords" : [
6
6
" bitcoin cash" ,
42
42
},
43
43
"dependencies" : {
44
44
"@bitauth/libauth" : " ^1.18.1" ,
45
- "@cashscript/utils" : " ^0.6.3 " ,
45
+ "@cashscript/utils" : " ^0.6.5 " ,
46
46
"bip68" : " ^1.0.4" ,
47
47
"bitcoin-rpc-promise-retry" : " ^1.3.0" ,
48
48
"delay" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cashscript/utils" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " CashScript utilities and types" ,
5
5
"keywords" : [
6
6
" bitcoin cash" ,
Original file line number Diff line number Diff line change 2
2
title : Release Notes
3
3
---
4
4
5
+ ## v0.6.5
6
+ #### cashc compiler
7
+ * :bug : Fix ` cashc ` version
8
+
5
9
## v0.6.4
6
10
#### cashc compiler
7
11
* :sparkles : Add ` byte ` type alias for ` bytes1 `
You can’t perform that action at this time.
0 commit comments