Skip to content

Commit 7b185a9

Browse files
committed
chore(release): 1.4.0
1 parent 6031382 commit 7b185a9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
<a name="1.4.0"></a>
6+
# [1.4.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.3.2...v1.4.0) (2018-12-27)
7+
8+
9+
### Features
10+
11+
* ✨ 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))
12+
* Add blur and focus events ([6031382](https://github.com/apertureless/vue-password-strength-meter/commit/6031382))
13+
* 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)
14+
15+
16+
517
<a name="1.3.2"></a>
618
## [1.3.2](https://github.com/apertureless/vue-password-strength-meter/compare/v1.3.1...v1.3.2) (2018-08-29)
719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-password-strength-meter",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Interactive password strength meter based on zxcvbn",
55
"author": "Jakub Juszczak <[email protected]>",
66
"private": false,

0 commit comments

Comments
 (0)