Skip to content

Commit

Permalink
Changelog, minified JS and version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Oct 25, 2018
1 parent b5246c9 commit 3903a5d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ Versions
--------
<dl>
<dt>0.5.6</dt>
<dd>
<ul>
<li>set the nonce properly in all browsers (#24)</li>
</ul>
</dd>
<dt>0.5.5</dt>
<dd>
<ul>
<li>allow to specify a nonce for the loaded script (#23)</li>
</ul>
</dd>
<dt>0.5.4</dt>
<dd>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strengthify",
"version": "0.5.5",
"version": "0.5.6",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Eve Ragins <eve.ragins@eve-corp.com",
Expand Down
2 changes: 1 addition & 1 deletion jquery.strengthify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
*
* Version: 0.5.5
* Version: 0.5.6
* Author: Morris Jobke (github.com/MorrisJobke) - original
* Eve Ragins @ Eve Corp (github.com/eve-corp)
*
Expand Down
2 changes: 1 addition & 1 deletion jquery.strengthify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion strengthify.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
* Version: 0.5.5
* Version: 0.5.6
* License: The MIT License (MIT)
* Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com>
*/
Expand Down

0 comments on commit 3903a5d

Please sign in to comment.