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