Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08b93f1

Browse filesBrowse files
committed
Bump version to 0.10.5
1 parent 38193ac commit 08b93f1
Copy full SHA for 08b93f1

File tree

Expand file treeCollapse file tree

8 files changed

+17
-61
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+17
-61
lines changed

‎examples/bug.cash

Copy file name to clipboardExpand all lines: examples/bug.cash
-49Lines changed: 0 additions & 49 deletions
This file was deleted.

‎examples/package.json

Copy file name to clipboardExpand all lines: examples/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cashscript-examples",
33
"private": true,
4-
"version": "0.10.4",
4+
"version": "0.10.5",
55
"description": "Usage examples of the CashScript SDK",
66
"main": "p2pkh.js",
77
"type": "module",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@bitauth/libauth": "^3.0.0",
1515
"@types/node": "^12.7.8",
16-
"cashc": "^0.10.4",
17-
"cashscript": "^0.10.4",
16+
"cashc": "^0.10.5",
17+
"cashscript": "^0.10.5",
1818
"eslint": "^8.56.0",
1919
"typescript": "^4.9.5"
2020
}

‎examples/testing-suite/package.json

Copy file name to clipboardExpand all lines: examples/testing-suite/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testing-suite",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "Example project to develop and test CashScript contracts",
55
"main": "index.js",
66
"type": "module",
@@ -25,8 +25,8 @@
2525
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
2626
},
2727
"dependencies": {
28-
"cashc": "^0.10.4",
29-
"cashscript": "^0.10.4",
28+
"cashc": "^0.10.5",
29+
"cashscript": "^0.10.5",
3030
"url-join": "^5.0.0"
3131
},
3232
"devDependencies": {

‎packages/cashc/package.json

Copy file name to clipboardExpand all lines: packages/cashc/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashc",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
55
"keywords": [
66
"bitcoin",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@bitauth/libauth": "^3.0.0",
53-
"@cashscript/utils": "^0.10.4",
53+
"@cashscript/utils": "^0.10.5",
5454
"antlr4": "^4.13.1-patch-1",
5555
"commander": "^7.1.0",
5656
"semver": "^7.5.4"

‎packages/cashc/src/index.ts

Copy file name to clipboardExpand all lines: packages/cashc/src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * from './Errors.js';
22
export * as utils from '@cashscript/utils';
33
export { compileFile, compileString } from './compiler.js';
44

5-
export const version = '0.10.4';
5+
export const version = '0.10.5';

‎packages/cashscript/package.json

Copy file name to clipboardExpand all lines: packages/cashscript/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashscript",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "Easily write and interact with Bitcoin Cash contracts",
55
"keywords": [
66
"bitcoin cash",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@bitauth/libauth": "^3.0.0",
47-
"@cashscript/utils": "^0.10.4",
47+
"@cashscript/utils": "^0.10.5",
4848
"@mr-zwets/bchn-api-wrapper": "^1.0.1",
4949
"delay": "^5.0.0",
5050
"electrum-cash": "^2.0.10",

‎packages/utils/package.json

Copy file name to clipboardExpand all lines: packages/utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cashscript/utils",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "CashScript utilities and types",
55
"keywords": [
66
"bitcoin cash",

‎website/docs/releases/release-notes.md

Copy file name to clipboardExpand all lines: website/docs/releases/release-notes.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: Release Notes
33
---
44

5+
## v0.10.5
6+
7+
#### cashc compiler
8+
- :bug: Fix bug in new TypeScript typings for artifact.
9+
510
## v0.10.4
611

712
#### cashc compiler

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.