diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bc17a..0a38868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [3.3.2](https://github.com/oclif/parser/compare/38b53d041f6c5311ffbb1766598659d78dc173f1...v3.3.2) (2018-04-09) + + +### Bug Fixes + +* fixed case when not calling dependsOn flag ([76c1c5a](https://github.com/oclif/parser/commit/76c1c5a)) + ## [3.3.1](https://github.com/oclif/parser/compare/a48f523e1aea6d0d18eb415274f670a509425aa9...v3.3.1) (2018-04-09) diff --git a/package.json b/package.json index 341731a..1025ac9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/parser", "description": "arg and flag parser for oclif", - "version": "3.3.1", + "version": "3.3.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/parser/issues", "dependencies": {