Skip to content

Commit

Permalink
chore(release): 3.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Apr 12, 2023
1 parent a9ee96e commit f483d1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -145,4 +145,4 @@
"registry": "https://registry.npmjs.org"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit f483d1c

Please sign in to comment.