Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Richards committed Oct 28, 2020
1 parent 5c85a6d commit 96edc77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [5.0.0](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.5...v5.0.0) (2020-10-28)


### Bug Fixes

* fixes an issue with user dictionaries not being loaded ([5c85a6d](https://github.com/trichards57/zxcvbn/commit/5c85a6d353e90b1ceddfaf975c51c9a759132a27))
* sets the minimum guesses to correctly use the single character value ([f333957](https://github.com/trichards57/zxcvbn/commit/f333957de4b1f4c2ed0c87eb3e4851503e236d1f))

## [5.0.0-beta.5](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2020-10-11)


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": "zxcvbn-typescript",
"version": "5.0.0-beta.5",
"version": "5.0.0",
"description": "realistic password strength estimation, updated and ported to Typescript from Dan Wheeler's zxcvbn",
"author": "Tony Richards",
"license": "MIT",
Expand Down

0 comments on commit 96edc77

Please sign in to comment.