diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aa3406..b3ca7fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.6.3](https://github.com/oclif/plugin-update/compare/4.6.2...4.6.3) (2024-10-08) + +### Bug Fixes + +- bump @oclif/table ([#948](https://github.com/oclif/plugin-update/issues/948)) ([869ca46](https://github.com/oclif/plugin-update/commit/869ca46ab9755e47ea1ec7be24479a4adb4cce6a)) + ## [4.6.2](https://github.com/oclif/plugin-update/compare/4.6.1...4.6.2) (2024-10-08) ### Bug Fixes diff --git a/README.md b/README.md index 0397e312..1cf3fb74 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.2/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.3/src/commands/update.ts)_ diff --git a/package.json b/package.json index 5abd470b..58826081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.6.2", + "version": "4.6.3", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {