Skip to content

Commit

Permalink
v2.2.1 - fix broken install
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Mar 28, 2024
1 parent 1fdf8e8 commit c431a93
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# HISTORY

### v2.2.1

- Restore `bin/chel` (fixes broken install). See [issue #37](https://github.com/okTurtles/chel/issues/37) for more details and if you'd like to help with this.

### v2.2.0

- Add a `name` field to the manifest with the contract's name
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ cp -r path/to/contracts/* test/assets/ && ls ./test/assets/*-slim.js | sed -En '
Current release hashes will always be listed here.

```
fb9b81db169cbba480c8a33ce807d5fdbb077813607cc9284f98b73c2ded9d76 dist/chel-v2.2.0-aarch64-apple-darwin.tar.gz
8e6b12e4ec9df02a3e18138ac14f7228dd1481ae172c33f43805eed0f2eded20 dist/chel-v2.2.0-x86_64-apple-darwin.tar.gz
e6331a9edf20de1df7aa5a78426f8f7a7068a5fc294140dab983947f13af6b04 dist/chel-v2.2.0-x86_64-pc-windows-msvc.tar.gz
70f83f77d39bb77eb523d70bd30a447f5c5a619b2a0150f0a95de12845d6f739 dist/chel-v2.2.0-x86_64-unknown-linux-gnu.tar.gz
fe1de2ce047061b8753c5da4f1511751caafaf786031dd177348f8e58e4bf67c dist/chel-v2.2.1-aarch64-apple-darwin.tar.gz
673ef07c4649564957e922ebdb1d8e454b5f3fcf8a77115eb17b6fe9a075bef6 dist/chel-v2.2.1-x86_64-apple-darwin.tar.gz
af0a1738076666941efbdc755785df898f5046cf7c19c7d93e89d56561b28087 dist/chel-v2.2.1-x86_64-pc-windows-msvc.tar.gz
78a36bbe6f60b6f3583337b21e41c8e1f5e1a6e65368d4116a6e93f12b447563 dist/chel-v2.2.1-x86_64-unknown-linux-gnu.tar.gz
```

## History
Expand Down
1 change: 1 addition & 0 deletions bin/chel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder, will be replaced by real binary. DO NOT DELET THIS FILE!
2 changes: 1 addition & 1 deletion build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ var verifySignature2 = async (args, internal = false) => {

// src/version.ts
function version() {
console.log("2.2.0");
console.log("2.2.1");
}

// src/main.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chelonia/cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "Chelonia Command-line Interface",
"main": "src/main.ts",
"scripts": {
Expand Down

0 comments on commit c431a93

Please sign in to comment.