Skip to content

Commit 2c95ba9

Browse files
author
Benjamin Coe
committed
chore(release): 5.0.0
1 parent 5755fa5 commit 2c95ba9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/yargs/yargs-parser/compare/v4.2.1...v5.0.0) (2017-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* environment variables should take precedence over config file ([#81](https://github.com/yargs/yargs-parser/issues/81)) ([76cee1f](https://github.com/yargs/yargs-parser/commit/76cee1f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* environment variables will now override config files (args, env, config-file, config-object)
17+
18+
19+
520
<a name="4.2.1"></a>
621
## [4.2.1](https://github.com/yargs/yargs-parser/compare/v4.2.0...v4.2.1) (2017-01-02)
722

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yargs-parser",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "the mighty option parser used by yargs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)