Skip to content

Commit

Permalink
Bump version to 0.6.4 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Aug 9, 2021
1 parent 2d154ab commit bf7753b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cashc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashc",
"version": "0.6.3",
"version": "0.6.4",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
"keywords": [
"bitcoin",
Expand Down
2 changes: 1 addition & 1 deletion packages/cashscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashscript",
"version": "0.6.3",
"version": "0.6.4",
"description": "Easily write and interact with Bitcoin Cash contracts",
"keywords": [
"bitcoin cash",
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.3",
"version": "0.6.4",
"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.4
#### cashc compiler
* :sparkles: Add `byte` type alias for `bytes1`

## v0.6.3
* :hammer_and_wrench: Use ES2015 for the "module" output for better compatibility

Expand Down

1 comment on commit bf7753b

@2qx
Copy link
Contributor

@2qx 2qx commented on bf7753b Aug 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.