Skip to content

Commit 2863bd6

Browse files
Release v2.0.0 (#73)
2 parents 7c4df95 + fd87854 commit 2863bd6

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.1
1+
v2.0.0

CHANGELOG.md

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

3+
## [v2.0.0](https://github.com/auth0/password-sheriff/tree/v2.0.0) (2025-12-03)
4+
[Full Changelog](https://github.com/auth0/password-sheriff/compare/v1.3.1...v2.0.0)
5+
6+
**Added**
7+
- feat: [BREAKING CHANGE] revert fix grammar on containsAtleast message [\#69](https://github.com/auth0/password-sheriff/pull/69) ([pnkrishnamurthy-okta](https://github.com/pnkrishnamurthy-okta))
8+
39
## [v1.3.1](https://github.com/auth0/password-sheriff/tree/v1.3.1) (2025-11-21)
410
[Full Changelog](https://github.com/auth0/password-sheriff/compare/v1.3.0...v1.3.1)
511

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": "password-sheriff",
33
"description": "Password policy checker/enforcer.",
4-
"version": "1.3.1",
4+
"version": "2.0.0",
55
"main": "index.js",
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)