From 3e5dd4677640953f0d2f36ddbeb0b5a7b8eca078 Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Wed, 17 Oct 2018 00:44:00 +0000 Subject: [PATCH] chore(release): 3.6.3 [skip ci] ## [3.6.3](https://github.com/oclif/parser/compare/v3.6.2...v3.6.3) (2018-10-17) ### Bug Fixes * falsy arg default ([#40](https://github.com/oclif/parser/issues/40)) ([2e73b4b](https://github.com/oclif/parser/commit/2e73b4b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b11162..a4fe95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.3](https://github.com/oclif/parser/compare/v3.6.2...v3.6.3) (2018-10-17) + + +### Bug Fixes + +* falsy arg default ([#40](https://github.com/oclif/parser/issues/40)) ([2e73b4b](https://github.com/oclif/parser/commit/2e73b4b)) + ## [3.6.2](https://github.com/oclif/parser/compare/v3.6.1...v3.6.2) (2018-10-13) diff --git a/package.json b/package.json index 9837cda..80b78e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/parser", "description": "arg and flag parser for oclif", - "version": "3.6.2", + "version": "3.6.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/parser/issues", "dependencies": {