diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d12533..8bb50ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.6.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.5.0...v1.6.0) (2019-11-01) + + +### Features + +* Add zxcvbn user_inputs prop ([f0cc239](https://github.com/apertureless/vue-password-strength-meter/commit/f0cc239)) + ## [1.5.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.4.2...v1.5.0) (2019-08-25) diff --git a/package.json b/package.json index c604d17..1c6acda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-password-strength-meter", - "version": "1.5.0", + "version": "1.6.0", "description": "Interactive password strength meter based on zxcvbn", "author": "Jakub Juszczak ", "private": false,