Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Jan 7, 2019
1 parent ed135c9 commit 0e98057
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.1"></a>
## [1.4.1](https://github.com/apertureless/vue-password-strength-meter/compare/v1.4.0...v1.4.1) (2019-01-07)


### Bug Fixes

* **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))
* 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)



<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)

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.4.0",
"version": "1.4.1",
"description": "Interactive password strength meter based on zxcvbn",
"author": "Jakub Juszczak <jakub@posteo.de>",
"private": false,
Expand Down

0 comments on commit 0e98057

Please sign in to comment.