Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkz committed Apr 4, 2020
1 parent 7654f0c commit b6fef87
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 0.9.0
- update dependencies, in particular `levn` and `type-check` - this could affect behaviour of argument parsing

# 0.8.3
- changes dependency from `wordwrap` to `word-wrap` due to license issue
- update dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
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://github.com/gkz/type-check) and [levn](https://github.com/gkz/levn) behind the scenes to cast and verify input according the specified types.

MIT license. Version 0.8.3
MIT license. Version 0.9.0

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
@@ -1,6 +1,6 @@
{
"name": "optionator",
"version": "0.8.3",
"version": "0.9.0",
"author": "George Zahariev <z@georgezahariev.com>",
"description": "option parsing and help generation",
"homepage": "https://github.com/gkz/optionator",
Expand Down
2 changes: 1 addition & 1 deletion package.json.ls
@@ -1,5 +1,5 @@
name: 'optionator'
version: '0.8.3'
version: '0.9.0'

author: 'George Zahariev <z@georgezahariev.com>'
description: 'option parsing and help generation'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ls
@@ -1,4 +1,4 @@
VERSION = '0.8.3'
VERSION = '0.9.0'

{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 b6fef87

Please sign in to comment.