Skip to content

Commit b43b7c1

Browse files
author
Benjamin Coe
committed
chore(release): 4.0.1
1 parent 41b45e3 commit b43b7c1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="4.0.1"></a>
6+
## [4.0.1](https://github.com/yargs/yargs-parser/compare/v4.0.0...v4.0.1) (2016-09-30)
7+
8+
9+
### Bug Fixes
10+
11+
* lodash.assign was deprecated ([#59](https://github.com/yargs/yargs-parser/issues/59)) ([5e7eb11](https://github.com/yargs/yargs-parser/commit/5e7eb11))
12+
13+
14+
515
<a name="4.0.0"></a>
616
# [4.0.0](https://github.com/yargs/yargs-parser/compare/v3.2.0...v4.0.0) (2016-09-26)
717

package.json

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

0 commit comments

Comments
 (0)