Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Dec 27, 2018
1 parent 6031382 commit 7b185a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="1.4.0"></a>
# [1.4.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.3.2...v1.4.0) (2018-12-27)


### Features

* ✨ Allow the usage of built-in input to be optional ([#19](https://github.com/apertureless/vue-password-strength-meter/issues/19)) ([b2201bc](https://github.com/apertureless/vue-password-strength-meter/commit/b2201bc))
* Add blur and focus events ([6031382](https://github.com/apertureless/vue-password-strength-meter/commit/6031382))
* Add props for the icon labels ([12c6d01](https://github.com/apertureless/vue-password-strength-meter/commit/12c6d01)), closes [#26](https://github.com/apertureless/vue-password-strength-meter/issues/26)



<a name="1.3.2"></a>
## [1.3.2](https://github.com/apertureless/vue-password-strength-meter/compare/v1.3.1...v1.3.2) (2018-08-29)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-password-strength-meter",
"version": "1.3.2",
"version": "1.4.0",
"description": "Interactive password strength meter based on zxcvbn",
"author": "Jakub Juszczak <jakub@posteo.de>",
"private": false,
Expand Down

0 comments on commit 7b185a9

Please sign in to comment.