Skip to content

Commit bccd17e

Browse files
committed
chore(release): 1.2.0
1 parent c40d07d commit bccd17e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.2.0"></a>
6+
# [1.2.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.1.1...v1.2.0) (2018-04-09)
7+
8+
9+
### Features
10+
11+
* **password:** Add toggle for show / hide password and more events ([5fa79e1](https://github.com/apertureless/vue-password-strength-meter/commit/5fa79e1))
12+
13+
14+
115
# Change Log
216

317
## [v0.1.1](https://github.com/apertureless/vue-password-strength-meter/tree/v0.1.1) (2017-01-19)

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

0 commit comments

Comments
 (0)