diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a98d84f5..52b136c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.8.0](https://github.com/oclif/oclif/compare/3.7.3...3.8.0) (2023-04-12) + + +### Features + +* binAliases (support for multiple bin for the same CLI) for all OS ([a9ee96e](https://github.com/oclif/oclif/commit/a9ee96e7cd954a1a33db595e8be22e91070e8a93)) + + + ## [3.7.3](https://github.com/oclif/oclif/compare/3.7.2...3.7.3) (2023-03-28) diff --git a/package.json b/package.json index b6b960645..101edbce3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "3.7.3", + "version": "3.8.0", "author": "Salesforce", "bin": { "oclif": "bin/run", @@ -145,4 +145,4 @@ "registry": "https://registry.npmjs.org" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file