Skip to content

Commit c692d6b

Browse files
chore: release 0.3.0 (#133)
After merging this PR, tag the merge commit with: ```shell git tag 0.3.0 git push origin 0.3.0 ``` Co-authored-by: nikosxenakis <25032940+nikosxenakis@users.noreply.github.com>
1 parent bb024ca commit c692d6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.3"
4+
version = "0.3.0"
55
version_scheme = "semver2"
66
version_files = ["package.json:version"]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.3.0 (2026-03-23)
22

33
### Feat
44

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.3",
3+
"version": "0.3.0",
44
"description": "Generate TypeScript bindings for Candid",
55
"author": "DFINITY Stiftung <sdk@dfinity.org>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)