We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65fea7 commit 257ed1bCopy full SHA for 257ed1b
.cz.toml
@@ -1,6 +1,6 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
tag_format = "$version"
4
-version = "0.1.0"
+version = "0.1.1"
5
version_scheme = "semver2"
6
version_files = ["package.json:version"]
CHANGELOG.md
@@ -1,5 +1,7 @@
## Unreleased
+## 0.1.1 (2025-10-09)
+
## 0.1.0 (2025-10-08)
7
### Feat
package.json
{
"name": "@icp-sdk/bindgen",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Generate TypeScript bindings for Candid",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
0 commit comments