Skip to content

Commit 70ece1e

Browse files
chore: release 0.1.0-beta.7 (#76)
After merging this PR, tag the merge commit with: ```shell git tag 0.1.0-beta.7 git push origin 0.1.0-beta.7 ``` Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
1 parent cd5cb13 commit 70ece1e

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.1.0-beta.6"
4+
version = "0.1.0-beta.7"
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.1.0-beta.7 (2025-10-08)
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.1.0-beta.6",
3+
"version": "0.1.0-beta.7",
44
"description": "Generate TypeScript bindings for Candid",
55
"author": "DFINITY Stiftung <sdk@dfinity.org>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)