Skip to content

Commit a491feb

Browse files
author
Benjamin Coe
committed
chore(release): 4.1.0
1 parent c79052b commit a491feb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.1.0"></a>
6+
# [4.1.0](https://github.com/yargs/yargs-parser/compare/v4.0.2...v4.1.0) (2016-11-07)
7+
8+
9+
### Features
10+
11+
* apply coercions to default options ([#65](https://github.com/yargs/yargs-parser/issues/65)) ([c79052b](https://github.com/yargs/yargs-parser/commit/c79052b))
12+
* handle dot notation boolean options ([#63](https://github.com/yargs/yargs-parser/issues/63)) ([02c3545](https://github.com/yargs/yargs-parser/commit/02c3545))
13+
14+
15+
516
<a name="4.0.2"></a>
617
## [4.0.2](https://github.com/yargs/yargs-parser/compare/v4.0.1...v4.0.2) (2016-09-30)
718

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.2",
3+
"version": "4.1.0",
44
"description": "the mighty option parser used by yargs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)