Skip to content

Commit 5057687

Browse files
chore: release 4.1.1 (#48)
After merging this PR, tag the merge commit with: ```shell git tag 4.1.1 git push origin 4.1.1 ``` Co-authored-by: ilbertt <[email protected]>
1 parent 79f1668 commit 5057687

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 = "4.1.0"
4+
version = "4.1.1"
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+
## 4.1.1 (2025-10-21)
22

33
### Fix
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/auth",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "Authentication library for Internet Computer web apps",

0 commit comments

Comments
 (0)