Skip to content

Commit

Permalink
Merge pull request #56 from vMReal/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--digest-auth

chore(main): release 2.0.0
  • Loading branch information
vMReal authored Sep 15, 2024
2 parents 915390a + 06796ff commit d419c5e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [2.0.0](https://github.com/vMReal/digest-auth/compare/1.1.3...v2.0.0) (2024-09-15)


### ⚠ BREAKING CHANGES

* 16.20.2 minimal supported version of NodeJs, package lock was updated to v2

### Build System

* End of support for legacy NodeJs versions (>=16.20.2) ([5397a01](https://github.com/vMReal/digest-auth/commit/5397a01f0c01527c0ff31e1b5c377d1698a3d8fe))
4 changes: 2 additions & 2 deletions 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": "@mreal/digest-auth",
"version": "1.1.2",
"version": "2.0.0",
"description": "Digest realization for client and server. All quality of protection (qop): auth, auth-int. Encryption algorithms: MD5, MD5-sess. Based on typescript",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit d419c5e

Please sign in to comment.