From 7070884af0f2ec9ff0661c39768b79f11f57e541 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Wed, 9 Sep 2020 12:41:17 -0400 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0727dc103..0d6deefca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.1](https://github.com/oclif/core/compare/v0.1.0...v0.1.1) (2020-09-09) + + +### Bug Fixes + +* accept integer 0 as valid arg input ([#34](https://github.com/oclif/core/issues/34)) ([36eb02f](https://github.com/oclif/core/commit/36eb02f168eaa179e260010443fd33e526a94763)) +* support src/commands/index cmd ([#35](https://github.com/oclif/core/issues/35)) ([2c14c3c](https://github.com/oclif/core/commit/2c14c3c0987e9cf97ff1d34648cf4a0a90e595d2)) + + + # 0.1.0 (2020-09-02) diff --git a/package.json b/package.json index 7a3217d93..19112dfa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "0.1.0", + "version": "0.1.1", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/core/issues", "dependencies": {