We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ee2e3 commit 8b896b3Copy full SHA for 8b896b3
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+## [v1.1.1](https://github.com/auth0/password-sheriff/tree/v1.1.1) (2021-09-02)
2
+
3
+**Changed**
4
5
+- Inline `util.format` function [\#27](https://github.com/auth0/password-sheriff/pull/27) ([stevehobbsdev](https://github.com/stevehobbsdev))
6
7
+**Fixed**
8
9
+- Grammar on 'containsAtLeast' messaging [\#28](https://github.com/auth0/password-sheriff/pull/27) ([stevehobbsdev](https://github.com/stevehobbsdev))
package.json
@@ -1,7 +1,7 @@
{
"name": "password-sheriff",
"description": "Password policy checker/enforcer.",
- "version": "1.1.0",
+ "version": "1.1.1",
"main": "index.js",
"license": "MIT",
"files": [
0 commit comments