Skip to content

Commit 8b896b3

Browse files
author
Steve Hobbs
authored
Release 1.1.1 (#29)
1 parent d7ee2e3 commit 8b896b3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.1.0",
4+
"version": "1.1.1",
55
"main": "index.js",
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)