We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40149a commit 5e3f8e8Copy full SHA for 5e3f8e8
3 files changed
.cz.toml
@@ -1,6 +1,6 @@
1
[tool.commitizen]
2
name = "cz_conventional_commits"
3
tag_format = "$version"
4
-version = "4.2.0"
+version = "5.0.0-beta.0"
5
version_scheme = "semver2"
6
version_files = ["package.json:version"]
CHANGELOG.md
@@ -1,3 +1,9 @@
+## Unreleased
+
+## 5.0.0-beta.0 (2025-11-26)
+- build: bump `@icp-sdk/core` to 5.0.0-beta.0 (#55)
7
## 4.2.0 (2025-11-04)
8
9
### Feat
package.json
{
"name": "@icp-sdk/auth",
- "version": "4.2.0",
+ "version": "5.0.0-beta.0",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "Authentication library for Internet Computer web apps",
0 commit comments