audit-labs/gh-attest

GitHub Audit Evidence Extractor

clone: git clone https://gitbay.org/audit-labs/gh-attest.git

9edac90d1cf5ee6d405a0a8f19cf0cbb5b0fc0c7

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-20T16:22:08Z

Set package version to 1.0.2

package.json still read 1.0.1 while the v1.0.2 tag existed. Bumps both
package.json and package-lock.json so the manifest matches the tag.
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 81c21e5..ab837a9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gh-attest",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "gh-attest",
-      "version": "1.0.1",
+      "version": "1.0.2",
       "dependencies": {
         "jose": "^6.2.3",
         "pdf-lib": "^1.17.1"
diff --git a/package.json b/package.json
index a4b0949..97f64ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gh-attest",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "private": true,
   "type": "module",
   "scripts": {