v3.3.3
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Pending
|
## 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.
|
- 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.
|
- Update release tooling dependency patch versions.
|
||||||
- Configure gitzone npm release target.
|
- Configure gitzone npm release target.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartgit",
|
"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.",
|
"description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartgit',
|
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.'
|
description: 'A smart wrapper for nodegit that simplifies Git operations in Node.js.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user