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

Skip to content

Commit 68dbe80

Browse files
committed
Bump to v0.28.0-alpha.29
1 parent abb79c5 commit 68dbe80

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## <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)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.28...v0.28.0-alpha.29)
6+
7+
#### Summary of Changes
8+
- Build on Electron 34+
9+
- fix use-after-free in Repository::statistics()
10+
11+
#### Merged PRs into NodeGit
12+
- [Bump @axosoft/nan and add ability to compile for c++20](https://github.com/nodegit/nodegit/pull/2012)
13+
- [Fix Github Action workflow](https://github.com/nodegit/nodegit/pull/2014)
14+
15+
316
## <a name="v0-28-0-alpha.28" href="#v0-28-0-alpha-28">v0.28.0-alpha.28</a> [(2024-07-01)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.28)
417

518
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.27...v0.28.0-alpha.28)
@@ -4094,8 +4107,4 @@ We have added Node 6 as a supported platform! Going forward we aim to have 1:1 s
40944107

40954108
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.0.1...v0.0.2)
40964109

4097-
## <a name="v0-0-1" href="#v0-0-1">v0.0.1</a> [(2011-03-10)](https://github.com/nodegit/nodegit/tree/v0.0.1)
4098-
4099-
4100-
4101-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4110+
## <a name="v0-0-1" href="#v0-0-1">v0.0.1</a> [(2011-03-10)](https://github.com/nodegit/nodegit/tree/v0.0.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.28",
4+
"version": "0.28.0-alpha.29",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)