Skip to content

Commit 6ce1ebf

Browse files
committed
Bump to v0.28.0-alpha.21
1 parent fb6a6db commit 6ce1ebf

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## <a name="v0-28-0-alpha.21" href="#v0-28-0-alpha-21">v0.28.0-alpha.21</a> [(2023-02-10)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.21)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.20...v0.28.0-alpha.21)
6+
7+
#### Summary of changes
8+
- Update OpenSSL to 1.1.1t
9+
- Update got + other packages with security vulnerabilities
10+
- Fix tag.createWithSignature function definition
11+
12+
#### Merged PRs into NodeGit
13+
- [Bump OpenSSL to 1.1.1t](https://github.com/nodegit/nodegit/pull/1971)
14+
- [Update got + other locked package versions](https://github.com/nodegit/nodegit/pull/1969)
15+
- [Fix tag createWithSignature function](https://github.com/nodegit/nodegit/pull/1945)
16+
317
## <a name="v0-28-0-alpha.20" href="#v0-28-0-alpha-20">v0.28.0-alpha.20</a> [(2022-11-11)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.20)
418

519
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.19...v0.28.0-alpha.20)

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

0 commit comments

Comments
 (0)