From 4f7729432c146465fa03e5054190c2b5f2e3ec27 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 24 May 2026 14:13:22 +0000 Subject: [PATCH] v3.3.3 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 81caaf4..52234ce 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-24 - 3.3.3 + - Fix Smartgit initialization when installed globally with pnpm by loading isomorphic-git's Node HTTP adapter from smartgit's own dependency context. - Update release tooling dependency patch versions. - Configure gitzone npm release target. diff --git a/package.json b/package.json index e73a4fe..57a1a8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartgit", - "version": "3.3.2", + "version": "3.3.3", "description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 87bf8a3..f2e7c71 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartgit', - version: '3.3.2', + version: '3.3.3', description: 'A smart wrapper for nodegit that simplifies Git operations in Node.js.' }