Skip to content

Commit 08f0d0e

Browse files
committed
chore(release): 1.3.0
1 parent 531759b commit 08f0d0e

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.3.0"></a>
6+
# [1.3.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.2.1...v1.3.0) (2018-07-18)
7+
8+
9+
### Features
10+
11+
* **strengh-meter:** Add showStrengthMeter prop to show/hide the strength meter([#16](https://github.com/apertureless/vue-password-strength-meter/issues/16)) ([efd8a00](https://github.com/apertureless/vue-password-strength-meter/commit/efd8a00))
12+
* add « disabled » and « disabledClass » prop ([#15](https://github.com/apertureless/vue-password-strength-meter/issues/15)) ([0bb6240](https://github.com/apertureless/vue-password-strength-meter/commit/0bb6240))
13+
* Make the ref attribute listen to a prop so user change it ([#17](https://github.com/apertureless/vue-password-strength-meter/issues/17)) ([d245016](https://github.com/apertureless/vue-password-strength-meter/commit/d245016))
14+
15+
16+
517
<a name="1.2.1"></a>
618
## [1.2.1](https://github.com/apertureless/vue-password-strength-meter/compare/v1.2.0...v1.2.1) (2018-04-09)
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.2.1",
3+
"version": "1.3.0",
44
"description": "Interactive password strength meter based on zxcvbn",
55
"author": "Jakub Juszczak <[email protected]>",
66
"private": false,

0 commit comments

Comments
 (0)