Skip to content

Commit 741b592

Browse files
committed
Bump to v0.6.5
1 parent bf7753b commit 741b592

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

packages/cashc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashc",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
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.3",
50+
"@cashscript/utils": "^0.6.5",
5151
"antlr4ts": "^0.5.0-alpha.4",
5252
"commander": "^7.1.0",
5353
"semver": "^7.3.4"

packages/cashc/src/index.ts

+1-1
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.3';
5+
export const version = '0.6.5';

packages/cashscript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashscript",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
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.3",
45+
"@cashscript/utils": "^0.6.5",
4646
"bip68": "^1.0.4",
4747
"bitcoin-rpc-promise-retry": "^1.3.0",
4848
"delay": "^5.0.0",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cashscript/utils",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "CashScript utilities and types",
55
"keywords": [
66
"bitcoin cash",

website/docs/releases/release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: Release Notes
33
---
44

5+
## v0.6.5
6+
#### cashc compiler
7+
* :bug: Fix `cashc` version
8+
59
## v0.6.4
610
#### cashc compiler
711
* :sparkles: Add `byte` type alias for `bytes1`

0 commit comments

Comments
 (0)