diff --git a/packages/ccd-js-gen/CHANGELOG.md b/packages/ccd-js-gen/CHANGELOG.md index 89d937bc1..51c5c9841 100644 --- a/packages/ccd-js-gen/CHANGELOG.md +++ b/packages/ccd-js-gen/CHANGELOG.md @@ -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 `createParameterWebWallet` and `createParameterWebWallet` functions for constructing the smart contract parameters in the format used by the Concordium Web-Wallet. diff --git a/packages/ccd-js-gen/package.json b/packages/ccd-js-gen/package.json index f869388e7..98657a9ce 100644 --- a/packages/ccd-js-gen/package.json +++ b/packages/ccd-js-gen/package.json @@ -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",