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.' }