Skip to content

Commit 3b17f69

Browse files
committed
chore(release): 2.0.0
1 parent 8c06728 commit 3b17f69

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ xunit.xml
2222

2323
bindings
2424
.npmrc
25+
26+
*.tgz

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0.0](https://github.com/mongodb-js/kerberos/compare/v2.0.0-beta.0...v2.0.0) (2022-02-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **NODE-3848:** update dependencies (#142)
11+
12+
### Bug Fixes
13+
14+
* **NODE-3982:** only pass username to SSPI if password is set ([#141](https://github.com/mongodb-js/kerberos/issues/141)) ([2d307a3](https://github.com/mongodb-js/kerberos/commit/2d307a3131e546d046b865e6c1d0a256f7612e0d))
15+
16+
17+
* **NODE-3848:** update dependencies ([#142](https://github.com/mongodb-js/kerberos/issues/142)) ([8c06728](https://github.com/mongodb-js/kerberos/commit/8c067286add33a2b56aeaf10e41f0409c5fe1d5b))
18+
519
## [2.0.0-beta.0](https://github.com/mongodb-js/kerberos/compare/v1.1.7...v2.0.0-beta.0) (2021-10-06)
620

721

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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "kerberos",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0",
44
"description": "Kerberos library for Node.js",
55
"main": "lib/index.js",
6+
"files": [
7+
"lib",
8+
"src",
9+
"binding.gyp",
10+
"HISTORY.md",
11+
"README.md"
12+
],
613
"repository": {
714
"type": "git",
815
"url": "https://github.com/mongodb-js/kerberos.git"

0 commit comments

Comments
 (0)