Skip to content

Commit 0d4f58c

Browse files
chore(main): release 2.1.1 [skip-ci]
1 parent 2e71058 commit 0d4f58c

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.1.1](https://github.com/mongodb-js/kerberos/compare/v2.1.0...v2.1.1) (2024-06-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-6108:** allow building from source on latest Node.js 20.x ([#172](https://github.com/mongodb-js/kerberos/issues/172)) ([c1f7aca](https://github.com/mongodb-js/kerberos/commit/c1f7acafb211d1b449086433578495d4ae0b869f))
11+
512
## [2.1.0](https://github.com/mongodb-js/kerberos/compare/v2.0.3...v2.1.0) (2023-11-21)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kerberos",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Kerberos library for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)