Skip to content

Commit a1e954e

Browse files
committed
Bump to v0.28.0-alpha.19
1 parent 3a0ce03 commit a1e954e

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.19" href="#v0-28-0-alpha-19">v0.28.0-alpha.19</a> [(2022-11-08)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.19)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.18...v0.28.0-alpha.19)
6+
7+
#### Summary of changes
8+
- OpenSSL bump
9+
- OpenSSL binaries will be automatically downloaded when building for Electron on Windows and macOS
10+
- Crash fix on Electron 18+ due to Nan bug
11+
- Partial stash support
12+
13+
#### Merged PRs into NodeGit
14+
- [Allow overriding C++ standard](https://github.com/nodegit/nodegit/pull/1953)
15+
- [Bump OpenSSL to 1.1.1s](https://github.com/nodegit/nodegit/pull/1952)
16+
- [Fix intermittent crash on Electron 18+](https://github.com/nodegit/nodegit/pull/1951)
17+
- [type is a call](https://github.com/nodegit/nodegit/pull/1942)
18+
- [Fix leak in agent](https://github.com/nodegit/nodegit/pull/1947)
19+
- [Default to using precompiled OpenSSL for Electron](https://github.com/nodegit/nodegit/pull/1949)
20+
- [Partial stash support](https://github.com/nodegit/nodegit/pull/1948)
21+
- [Switch CI to macOS-11](https://github.com/nodegit/nodegit/pull/1950)
22+
- [Preemptively Patch OpenSSL 1.1.1q](https://github.com/nodegit/nodegit/pull/1928)
23+
- [Add getAllFilepaths function in tree object](https://github.com/nodegit/nodegit/pull/1919)
24+
325
## <a name="v0-28-0-alpha.18" href="#v0-28-0-alpha-18">v0.28.0-alpha.18</a> [(2022-05-27)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.18)
426

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

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.18",
4+
"version": "0.28.0-alpha.19",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)