Skip to content

Commit

Permalink
Prepare release of ccd-js-gen 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Jan 23, 2024
1 parent 39db368 commit 0907caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/ccd-js-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.2.0

- Fix issue related to inferring module type names from the input file name, by removing characters, which are not valid in type names.
- Improve information when reporting progress during code-generation.
- Generate `create<ContractName>ParameterWebWallet` and `create<EntrypointName>ParameterWebWallet` functions for constructing the smart contract parameters in the format used by the Concordium Web-Wallet.
Expand Down
2 changes: 1 addition & 1 deletion packages/ccd-js-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/ccd-js-gen",
"version": "1.0.1",
"version": "1.2.0",
"description": "Generate JS clients for the Concordium Blockchain",
"type": "module",
"bin": "bin/ccd-js-gen.js",
Expand Down

0 comments on commit 0907caf

Please sign in to comment.