Skip to content

Commit

Permalink
chore(release): 1.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Dec 1, 2021
1 parent 7d0930e commit f1535d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1](https://github.com/oclif/plugin-version/compare/v1.0.0...v1.0.1) (2021-12-01)


### Bug Fixes

* remove cli-ux dependency ([7d0930e](https://github.com/oclif/plugin-version/commit/7d0930ee98353ba99b899c59b6b6ff56a0467d6b))

## [1.0.0](https://github.com/oclif/plugin-version/compare/v0.1.34...v1.0.0) (2021-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-version",
"description": "A command that shows the CLI version",
"version": "1.0.0",
"version": "1.0.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ cli-ux@^5.6.3:
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cli-ux@^6, cli-ux@^6.0.1:
cli-ux@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.1.tgz#e059b3e2cedbb4ccf9c4b534fd8a4578e8c45201"
integrity sha512-V2789lD5swG5kwoKO0JUMxhjVEjAFdz7ufTvGE6wYUHV749eQPZm93dhLqkzM7HAM0tHZsY+j54OEcw+Qr1vGg==
Expand Down

0 comments on commit f1535d5

Please sign in to comment.