Skip to content

Commit 00ad189

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.1...v3.0.0) (2025-01-14) ### Bug Fixes * **gpg:** extract only primary key fingerprint ([6ba7ff4](6ba7ff4)) * **gpg:** preserve and restore GPG configurations ([4d8a638](4d8a638)) * **security:** prevent command injection in git config ([1030c2d](1030c2d)) * update GitHub Actions workflow to use npm publish ([64fcb03](64fcb03)) * update GitHub Actions workflow to use npm publish instead of pnpm ([4b8154a](4b8154a)) * update GitHub Actions workflow to use pnpm for publishing ([f7486ae](f7486ae)) ### BREAKING CHANGES * **gpg:** GPG configuration handling now includes backup/restore mechanism. Users' existing configurations will be preserved in a .backup file in their gpg config directory.
1 parent 8dddff0 commit 00ad189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitkeykit",
3-
"version": "3.0.0-next.1",
3+
"version": "3.0.0",
44
"description": "Setup pgp keys and sign commits with ease on Linux and Windows machines.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)