From 246e2fadf0ecae27e20864baf3620565f0be7415 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Wed, 27 Feb 2019 17:14:07 +1100 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ea18e..c016901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ be found by digging through the commit logs. This project honours [Semantic Versioning](http://semver.org/). -[Staged] +[v1.2.0] ------------------------------------------------------------------------ +**February 27th, 2019** +Introduced several features to simplify control of option processing. + * __Added:__ Ability to extract option-lists from strings * __Added:__ Setting to [disable mixed-order][6] option/argument lists * __Added:__ Setting to [throw an error][7] for unrecognised options @@ -80,7 +83,8 @@ Initial release. [Referenced links]:_____________________________________________________ -[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.1.3...HEAD +[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.2.0...HEAD +[v1.2.0]: https://github.com/Alhadis/GetOptions/releases/tag/v1.2.0 [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 diff --git a/package.json b/package.json index ac2ec19..2a5a33c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-options", - "version": "1.1.3", + "version": "v1.2.0", "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",