From 350b77899db826fb6a07bfe061a7794ac1217450 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sat, 6 Aug 2016 20:36:57 -0700 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba5b655..4882c1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [3.0.0](https://github.com/yargs/yargs-parser/compare/v2.4.1...v3.0.0) (2016-08-07) + + +### Bug Fixes + +* parsing issue with numeric character in group of options ([#19](https://github.com/yargs/yargs-parser/issues/19)) ([f743236](https://github.com/yargs/yargs-parser/commit/f743236)) +* upgraded lodash.assign ([5d7fdf4](https://github.com/yargs/yargs-parser/commit/5d7fdf4)) + + +### BREAKING CHANGES + +* subtle change to how values are parsed in a group of single-character arguments. + + + ## [2.4.1](https://github.com/yargs/yargs-parser/compare/v2.4.0...v2.4.1) (2016-07-16) diff --git a/package.json b/package.json index 0b399f60..377717a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs-parser", - "version": "2.4.1", + "version": "3.0.0", "description": "the mighty option parser used by yargs", "main": "index.js", "scripts": {