diff --git a/CHANGELOG.md b/CHANGELOG.md index 456a6ed4..59441f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.5.1](https://github.com/oclif/plugin-update/compare/4.5.0...4.5.1) (2024-08-04) + +### Bug Fixes + +- **deps:** bump @inquirer/select from 2.4.2 to 2.4.5 ([#889](https://github.com/oclif/plugin-update/issues/889)) ([c3d936c](https://github.com/oclif/plugin-update/commit/c3d936c7d5ce2fdc2a8f51ba7c91232c7c0ce0b7)) + # [4.5.0](https://github.com/oclif/plugin-update/compare/4.4.16...4.5.0) (2024-07-31) ### Features diff --git a/README.md b/README.md index f7e10ac0..fb56075e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.5.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.5.1/src/commands/update.ts)_ diff --git a/package.json b/package.json index 33f33eb8..a93712c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.5.0", + "version": "4.5.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {