Skip to content

Commit 000ef06

Browse files
committed
chore(release): bump version number to 1.0.1
1 parent 7869e81 commit 000ef06

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
<a name="1.0.1"></a>
2+
## [1.0.1](https://github.com/anthonynahas/combination-generator/compare/v1.0.0...v1.0.1) (2018-04-18)
3+
4+
5+
### Features
6+
7+
* **ngx-combination-generator:** added unique parameter to load the combinations ([a4e5867](https://github.com/anthonynahas/combination-generator/commit/a4e5867))
8+
9+
10+
111
<a name="1.0.0"></a>
2-
# 1.0.0 (2018-04-18)
12+
# [1.0.0](https://github.com/anthonynahas/combination-generator/compare/4aaa08c...v1.0.0) (2018-04-18)
313

414

515
### Features

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.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/anthonynahas/combination-generator",
66
"author": {
77
"name": "Andy Sharman and Anthony Nahas",

0 commit comments

Comments
 (0)