We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445f169 commit a496b17Copy full SHA for a496b17
.cz.toml
@@ -1,6 +1,6 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
tag_format = "$version"
4
-version = "0.2.0"
+version = "0.2.1"
5
version_scheme = "semver2"
6
version_files = ["package.json:version"]
CHANGELOG.md
@@ -1,4 +1,8 @@
-## Unreleased
+## 0.2.1 (2025-12-16)
+
+### Fix
+- escape `*/` to prevent premature doc comment termination (#102)
7
## 0.2.0 (2025-10-20)
8
package.json
{
"name": "@icp-sdk/bindgen",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Generate TypeScript bindings for Candid",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
0 commit comments