From 96edc77dfa8b9c5c1d99f14238c2e4563ac85c19 Mon Sep 17 00:00:00 2001 From: Tony Richards Date: Wed, 28 Oct 2020 20:09:32 +0000 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1331b806..3a2b20db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index cf25c3c1..1c8f881d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zxcvbn-typescript", - "version": "5.0.0-beta.5", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e451100..01ea8157 100644 --- a/package.json +++ b/package.json @@ -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",