diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b20ba04..ad932f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.27.0](https://github.com/oclif/core/compare/3.26.9...3.27.0) (2024-06-04) + + +### Features + +* added option to specify example flag value in docopts ([#1095](https://github.com/oclif/core/issues/1095)) ([0345ac3](https://github.com/oclif/core/commit/0345ac33bb8726c4d9870d4f2a8f3dcdee8bd07a)), closes [#1091](https://github.com/oclif/core/issues/1091) + + + ## [3.26.9](https://github.com/oclif/core/compare/3.26.8...3.26.9) (2024-06-03) diff --git a/package.json b/package.json index bc9cff3b..cf14cf57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.26.9", + "version": "3.27.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {