Skip to content

Commit 93af2b5

Browse files
committed
chore(release): bump version number to 1.0.2
1 parent c141f22 commit 93af2b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.0.2"></a>
2+
## [1.0.2](https://github.com/anthonynahas/combination-generator/compare/v1.0.1...v1.0.2) (2018-04-18)
3+
4+
5+
16
<a name="1.0.1"></a>
27
## [1.0.1](https://github.com/anthonynahas/combination-generator/compare/v1.0.0...v1.0.1) (2018-04-18)
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-combination-generator",
33
"description": "Angular Library built on the top of the combination generator package of @udjamaflip. This library allows you to provide a list of characters and a min/max length of output string to generate a list of all possible combinations (or non-unique permutations of those characters). This is useful for getting a list of characters for brute-forcing or to test password combinations (e.g: for ngx-material-password-strength)",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "https://github.com/anthonynahas/combination-generator",
66
"author": {
77
"name": "Andy Sharman and Anthony Nahas",

0 commit comments

Comments
 (0)