Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f55b9d

Browse files
committed
bump to v0-28-0-alpha.31
1 parent 3f0958d commit 2f55b9d

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## <a name="v0-28-0-alpha.31" href="#v0-28-0-alpha-31">v0.28.0-alpha.31</a> [(2025-05-27)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.31)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.30...v0.28.0-alpha.31)
6+
7+
#### Summary of Changes
8+
- bump libgit2 from v1.7.2 to v1.8.4
9+
- update several npm dependencies for deprecations and vulnerabilities
10+
11+
#### Merged PRs into NodeGit
12+
- [Dependency/Process Updates](https://github.com/nodegit/nodegit/pull/2019)
13+
- [Bump libgit2 to 1.8.4, CI Updates](https://github.com/nodegit/nodegit/pull/2018)
14+
15+
## <a name="v0-28-0-alpha.30" href="#v0-28-0-alpha-30">v0.28.0-alpha.30</a> [(2025-02-13)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.30)
16+
17+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.29...v0.28.0-alpha.30)
18+
19+
#### Summary of Changes
20+
- Fix windows build
21+
22+
#### Merged PRs into NodeGit
23+
- [define NOMINMAX on windows](https://github.com/nodegit/nodegit/pull/2016)
24+
325
## <a name="v0-28-0-alpha.29" href="#v0-28-0-alpha-29">v0.28.0-alpha.29</a> [(2025-02-11)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.29)
426

527
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.28...v0.28.0-alpha.29)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.28.0-alpha.30",
4+
"version": "0.28.0-alpha.31",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)