Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 11, 2016
1 parent 9c8bcb3 commit 4a50477
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.4.0"></a>
# [2.4.0](https://github.com/yargs/yargs-parser/compare/v2.3.0...v2.4.0) (2016-04-11)


### Features

* **environment:** Support nested options in environment variables ([#26](https://github.com/yargs/yargs-parser/issues/26)) thanks [@elas7](https://github.com/elas7) \o/ ([020778b](https://github.com/yargs/yargs-parser/commit/020778b))



<a name="2.3.0"></a>
# [2.3.0](https://github.com/yargs/yargs-parser/compare/v2.2.0...v2.3.0) (2016-04-09)

Expand All @@ -18,7 +28,3 @@ All notable changes to this project will be documented in this file. See [standa

* **configuration:** Allow to pass configuration objects to yargs-parser ([0780900](https://github.com/yargs/yargs-parser/commit/0780900))
* **normalize:** allow normalize to work with arrays ([e0eaa1a](https://github.com/yargs/yargs-parser/commit/e0eaa1a))




4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "yargs-parser",
"version": "2.3.0",
"version": "2.4.0",
"description": "the mighty option parser used by yargs",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"lib",
"index.js"
]
}
}

0 comments on commit 4a50477

Please sign in to comment.