Skip to content

Commit

Permalink
Bump version to 0.9.3 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jan 10, 2024
1 parent f74b8ab commit 01f9b9b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cashscript-examples",
"private": true,
"version": "0.9.2",
"version": "0.9.3",
"description": "Usage examples of the CashScript SDK",
"main": "p2pkh.js",
"type": "module",
Expand All @@ -11,8 +11,8 @@
"@bitauth/libauth": "^2.0.0-alpha.8",
"@types/node": "^12.7.8",
"bip39": "^3.0.4",
"cashc": "^0.9.2",
"cashscript": "^0.9.2",
"cashc": "^0.9.3",
"cashscript": "^0.9.3",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/cashc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashc",
"version": "0.9.2",
"version": "0.9.3",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
"keywords": [
"bitcoin",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@bitauth/libauth": "^2.0.0-alpha.8",
"@cashscript/utils": "^0.9.2",
"@cashscript/utils": "^0.9.3",
"antlr4": "^4.13.1-patch-1",
"commander": "^7.1.0",
"semver": "^7.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cashc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './Errors.js';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler.js';

export const version = '0.9.2';
export const version = '0.9.3';
4 changes: 2 additions & 2 deletions packages/cashscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashscript",
"version": "0.9.2",
"version": "0.9.3",
"description": "Easily write and interact with Bitcoin Cash contracts",
"keywords": [
"bitcoin cash",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@bitauth/libauth": "^2.0.0-alpha.8",
"@cashscript/utils": "^0.9.2",
"@cashscript/utils": "^0.9.3",
"bip68": "^1.0.4",
"bitcoin-rpc-promise-retry": "^1.3.0",
"delay": "^5.0.0",
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.9.2",
"version": "0.9.3",
"description": "CashScript utilities and types",
"keywords": [
"bitcoin cash",
Expand Down
5 changes: 5 additions & 0 deletions website/docs/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: Release Notes
---

## v0.9.3

#### cashc compiler
- :hammer_and_wrench: Migrate from antlr4ts to ANTLR's official TypeScript target to remove circular dependency issues.

## v0.9.2

#### CashScript SDK
Expand Down

1 comment on commit 01f9b9b

@vercel
Copy link

@vercel vercel bot commented on 01f9b9b Jan 10, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.