Skip to content

Commit 0e98057

Browse files
committed
chore(release): 1.4.1
1 parent ed135c9 commit 0e98057

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.1"></a>
6+
## [1.4.1](https://github.com/apertureless/vue-password-strength-meter/compare/v1.4.0...v1.4.1) (2019-01-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **strength-meter:** Fix responsive behaviour breaks ([#29](https://github.com/apertureless/vue-password-strength-meter/issues/29)) ([#30](https://github.com/apertureless/vue-password-strength-meter/issues/30)) ([6ced855](https://github.com/apertureless/vue-password-strength-meter/commit/6ced855))
12+
* Add missing emit event type if only strength-meter is active ([ed135c9](https://github.com/apertureless/vue-password-strength-meter/commit/ed135c9)), closes [#32](https://github.com/apertureless/vue-password-strength-meter/issues/32)
13+
14+
15+
516
<a name="1.4.0"></a>
617
# [1.4.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.3.2...v1.4.0) (2018-12-27)
718

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.4.0",
3+
"version": "1.4.1",
44
"description": "Interactive password strength meter based on zxcvbn",
55
"author": "Jakub Juszczak <[email protected]>",
66
"private": false,

0 commit comments

Comments
 (0)