diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b61285b..8e015eff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.15.0](https://github.com/oclif/core/compare/3.14.1...3.15.0) (2023-12-15) + + +### Features + +* add flagSortOrder to help options ([#896](https://github.com/oclif/core/issues/896)) ([3903720](https://github.com/oclif/core/commit/3903720377dde5c9f92d8c24f57cf9a32e516b3d)) + + + ## [3.14.1](https://github.com/oclif/core/compare/3.14.0...3.14.1) (2023-12-08) diff --git a/package.json b/package.json index a836eea4f..207adc45b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.14.1", + "version": "3.15.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {