Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkz committed Nov 6, 2019
1 parent cf74047 commit 8031861
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.3
- changes dependency from `wordwrap` to `word-wrap` due to license issue
- update dependencies

# 0.8.2
- fix bug #18 - detect missing value when flag is last item
- update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Other helpful features include reformatting the help text based on the size of t
## About
Optionator uses [type-check](https:/gkz/type-check) and [levn](https:/gkz/levn) behind the scenes to cast and verify input according the specified types.

MIT license. Version 0.8.2
MIT license. Version 0.8.3

npm install optionator

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optionator",
"version": "0.8.2",
"version": "0.8.3",
"author": "George Zahariev <[email protected]>",
"description": "option parsing and help generation",
"homepage": "https:/gkz/optionator",
Expand Down
2 changes: 1 addition & 1 deletion package.json.ls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'optionator'
version: '0.8.2'
version: '0.8.3'

author: 'George Zahariev <[email protected]>'
description: 'option parsing and help generation'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.8.2'
VERSION = '0.8.3'

{id, map, compact, any, group-by, partition, chars, is-it-NaN, keys, Obj, camelize} = require 'prelude-ls'
deep-is = require 'deep-is'
Expand Down

0 comments on commit 8031861

Please sign in to comment.