Skip to content

Commit 5e3f8e8

Browse files
authored
chore: release 5.0.0-beta.0 (#59)
After merging this PR, tag the merge commit with: ```shell git tag 5.0.0-beta.0 git push origin 5.0.0-beta.0 ```
1 parent d40149a commit 5e3f8e8

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
## 5.0.0-beta.0 (2025-11-26)
4+
5+
- build: bump `@icp-sdk/core` to 5.0.0-beta.0 (#55)
6+
17
## 4.2.0 (2025-11-04)
28

39
### Feat

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/auth",
3-
"version": "4.2.0",
3+
"version": "5.0.0-beta.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "Authentication library for Internet Computer web apps",

0 commit comments

Comments
 (0)