Skip to content

Commit c218d80

Browse files
committed
Bump version to v0.4.3 and update release notes
1 parent 2c1c638 commit c218d80

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

packages/cashc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cashc",
33
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "Rosco Kalis <[email protected]>",
66
"bin": {
77
"cashc": "dist/cashc-cli.js"

packages/cashc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export {
1515
CashCompiler,
1616
} from './util';
1717

18-
export const version = '0.4.2';
18+
export const version = '0.4.3';

packages/cashscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cashscript",
33
"description": "Easily write and interact with Bitcoin Cash contracts",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "Rosco Kalis <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/Bitcoin-com/cashscript/issues"
@@ -11,7 +11,7 @@
1111
],
1212
"dependencies": {
1313
"bitbox-sdk": "^8.8.0",
14-
"cashc": "^0.4.2",
14+
"cashc": "^0.4.3",
1515
"cramer-bch": "https://github.com/jcramer/bitcoincashjs-lib",
1616
"delay": "^4.3.0",
1717
"bitcoincash-ops": "github:christroutner/bitcoincash-ops",

website/docs/releases/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
title: Release Notes
33
---
44

5+
## v0.4.3
6+
#### cashc compiler
7+
- :racehorse: Add compiler optimisations.
8+
9+
## v0.4.2
10+
- Re-add README files to NPM that were accidentally removed in the v0.4.0 release.
11+
512
## v0.4.1
613
#### cashc compiler
714
- :racehorse: Add optimisations to bitwise operators.

0 commit comments

Comments
 (0)