Skip to content

Commit a496b17

Browse files
committed
chore: release 0.2.1
1 parent 445f169 commit a496b17

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
33
tag_format = "$version"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
version_scheme = "semver2"
66
version_files = ["package.json:version"]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Unreleased
1+
## 0.2.1 (2025-12-16)
2+
3+
### Fix
4+
5+
- escape `*/` to prevent premature doc comment termination (#102)
26

37
## 0.2.0 (2025-10-20)
48

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icp-sdk/bindgen",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Generate TypeScript bindings for Candid",
55
"author": "DFINITY Stiftung <sdk@dfinity.org>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)