v3.3.3
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-24 14:13:22 +00:00
parent 0b0639f54c
commit 4f7729432c
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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.
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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.'
}