Skip to content

Commit 4437cec

Browse files
committed
chore(release): 1.5.0
1 parent a40725c commit 4437cec

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# Change Log
1+
# Changelog
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+
## [1.5.0](https://github.com/apertureless/vue-password-strength-meter/compare/v1.4.2...v1.5.0) (2019-08-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **style:** Fix password badge style ([#35](https://github.com/apertureless/vue-password-strength-meter/issues/35)) ([404688f](https://github.com/apertureless/vue-password-strength-meter/commit/404688f))
11+
12+
13+
### Features
14+
15+
* Add autocomplete property ([#37](https://github.com/apertureless/vue-password-strength-meter/issues/37)) ([fcea8b5](https://github.com/apertureless/vue-password-strength-meter/commit/fcea8b5))
16+
517
## [1.4.2](https://github.com/apertureless/vue-password-strength-meter/compare/v1.4.1...v1.4.2) (2019-03-18)
618

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

0 commit comments

Comments
 (0)