diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8f8c545..785609f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.3.5](https://github.com/oclif/core/compare/v1.3.4...v1.3.5) (2022-02-25) + + +### Bug Fixes + +* print valid flag values in error message when using `exactlyOne` ([#349](https://github.com/oclif/core/issues/349)) ([ddcaeb2](https://github.com/oclif/core/commit/ddcaeb2f9b690d9b92dd0ac4937b6399f606adfa)) + ### [1.3.4](https://github.com/oclif/core/compare/v1.3.3...v1.3.4) (2022-02-11) diff --git a/package.json b/package.json index bf7852cff..c27371fa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "1.3.4", + "version": "1.3.5", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {