Skip to content

Commit

Permalink
chore(release): bump version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed May 14, 2018
1 parent c8f3f91 commit 4a87bc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/anthonynahas/combination-generator/compare/v1.0.3...v2.0.0) (2018-05-14)


### Features

* **ngx-combination-generator:** supporting angular V6 - material V7 and rxjs v6 ([c8f3f91](https://github.com/anthonynahas/combination-generator/commit/c8f3f91))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/anthonynahas/combination-generator/compare/v1.0.2...v1.0.3) (2018-04-22)
## [1.0.3](https://github.com/anthonynahas/combination-generator/compare/3.1.1...v1.0.3) (2018-04-22)



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-combination-generator",
"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)",
"version": "1.0.3",
"version": "2.0.0",
"homepage": "https://github.com/anthonynahas/combination-generator",
"author": {
"name": "Andy Sharman and Anthony Nahas",
Expand Down

0 comments on commit 4a87bc2

Please sign in to comment.