From 9478f0de4896768ead9ba3644d983726be841df8 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh <6995377+vib795@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:22:46 -0500 Subject: [PATCH] Release v3.0.3 Ships accumulated dependency updates to the Marketplace bundle: - simple-git 3.27.0 -> 3.36.0 (runtime) - tmp 0.2.5 -> 0.2.7 (fixes HIGH path-traversal advisory) - mocha, eslint, @types/node, @vscode/vsce dev bumps Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 0065180..5a44c9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flaunt-github", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flaunt-github", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "@octokit/rest": "^22.0.1", diff --git a/package.json b/package.json index 35a08cc..5685371 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "flaunt-github", "displayName": "Flaunt GitHub", "description": "Passively tracks coding activity and commits a rolling journal to a private GitHub repo. Dashboard, shareable profile badge, optional AI daily summaries.", - "version": "3.0.2", + "version": "3.0.3", "publisher": "UtkarshSingh", "icon": "images/logo.png", "license": "MIT",