Skip to content

Commit

Permalink
chore(release): 0.1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Jun 5, 2021
1 parent 15d14ae commit 5ef12e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [0.1.58](https://github.com/jlguenego/node-expose-sspi/compare/v0.1.57...v0.1.58) (2021-06-05)


### Bug Fixes

* lint and upgrade package-lock ([15d14ae](https://github.com/jlguenego/node-expose-sspi/commit/15d14aee73d201ac216801a5762a9175a7dcdf5b))
* proxy issue [#91](https://github.com/jlguenego/node-expose-sspi/issues/91) ([2575e29](https://github.com/jlguenego/node-expose-sspi/commit/2575e298c050820ae40c230973e3cd62b7e50bbd))
* remove console.log ([e68112c](https://github.com/jlguenego/node-expose-sspi/commit/e68112c7502e1875dac34cbfe35f1e4c3c49a0eb))
* upgrade version ([fd17e33](https://github.com/jlguenego/node-expose-sspi/commit/fd17e3360f0d859b71d97159096ba6820d1e9910))
* upgrade version ([4961cb6](https://github.com/jlguenego/node-expose-sspi/commit/4961cb62e0d687b745dec8be2d1ffb660368d4cf))
* upgraded webpack ([c2d94d8](https://github.com/jlguenego/node-expose-sspi/commit/c2d94d83f49d83cc9d8fc46979f110736ab677e8))

### [0.1.57](https://github.com/jlguenego/node-expose-sspi/compare/v0.1.56...v0.1.57) (2021-04-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-expose-sspi",
"version": "0.1.57",
"version": "0.1.58",
"description": "Expose the Microsoft Windows SSPI interface in order to do NTLM and Kerberos authentication.",
"keywords": [
"SSPI",
Expand Down

0 comments on commit 5ef12e9

Please sign in to comment.