diff --git a/CHANGELOG.md b/CHANGELOG.md index 81deeb85..a7ac8261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.6.1](https://github.com/oclif/plugin-update/compare/4.6.0...4.6.1) (2024-10-06) + +### Bug Fixes + +- **deps:** bump @oclif/table from 0.1.12 to 0.1.13 ([#942](https://github.com/oclif/plugin-update/issues/942)) ([4fd3703](https://github.com/oclif/plugin-update/commit/4fd37032e67798f532882e341aba722ae3863e1f)) + # [4.6.0](https://github.com/oclif/plugin-update/compare/4.5.10...4.6.0) (2024-10-04) ### Features diff --git a/README.md b/README.md index af250a12..327c6c09 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.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.1/src/commands/update.ts)_ diff --git a/package.json b/package.json index 781feea4..527f1a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.6.0", + "version": "4.6.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {