Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Oct 21, 2018
1 parent 3b3a978 commit d7f005f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ be found by digging through the commit logs.
This project honours [Semantic Versioning](http://semver.org/).


[v1.1.3]
------------------------------------------------------------------------
**October 21st, 2018**
Fixed [an oversight][5] with recently-added type definitions:

* __Fixed:__ Breakage in TypeScript if optional parameters were omitted
* __Fixed:__ Incomplete option typing for `noAliasPropagation`

[5]: https://github.com/Alhadis/GetOptions/pull/9


[v1.1.2]
------------------------------------------------------------------------
**October 11th, 2018**
Expand Down Expand Up @@ -56,6 +67,7 @@ Initial release.


[Referenced links]:_____________________________________________________
[v1.1.3]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.3
[v1.1.2]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.2
[v1.1.1]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.1
[v1.1.0]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-options",
"version": "1.1.2",
"version": "1.1.3",
"description": "JavaScript's answer to getopts. Simple, obvious, and direct.",
"keywords": ["CLI", "getopt", "getopts", "options", "argv", "command-line", "configuration", "config"],
"repository": "https://github.com/Alhadis/GetOptions",
Expand Down

0 comments on commit d7f005f

Please sign in to comment.