Skip to content

Commit

Permalink
🚀 RELEASE: v6.0.0 with Angular v15 (#651)
Browse files Browse the repository at this point in the history
* 👌 IMPROVE: use angular v15

* 🐛 FIX: style imports

* 📖 DOC: update readme

* 🚀 RELEASE: v6.0.0 with Angular v15

* 🐛 FIX: node version in github actions

---------

Co-authored-by: antoantonyk <[email protected]>
  • Loading branch information
antoantonyk and antoantonyk authored May 6, 2023
1 parent 4367346 commit 2b362c4
Show file tree
Hide file tree
Showing 11 changed files with 4,909 additions and 5,642 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.17.4]
node-version: [16.14.2]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
node-version: [14.17.4]
node-version: [16.14.2]

steps:
- name: Checkout 🛎️
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

strategy:
matrix:
node-version: [14.17.4]
node-version: [16.14.2]

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![npm version](https://badge.fury.io/js/angular-password-strength-meter.svg)](https://badge.fury.io/js/angular-password-strength-meter)
[![Coverage Status](https://coveralls.io/repos/github/antoantonyk/password-strength-meter/badge.svg?branch=master)](https://coveralls.io/github/antoantonyk/password-strength-meter?branch=master)

# Password Strength Meter For Angular 14
# Password Strength Meter For Angular 15

To display the strength of the password with a visual feedback.

Expand Down
Loading

0 comments on commit 2b362c4

Please sign in to comment.