diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ebf6f2..43324ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.6](https://github.com/oclif/plugin-update/compare/4.1.5...4.1.6) (2023-12-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.15.0 to 3.15.1 ([#697](https://github.com/oclif/plugin-update/issues/697)) ([70cf6aa](https://github.com/oclif/plugin-update/commit/70cf6aa61302e827cf8110124a5db281ca0c0022)) + ## [4.1.5](https://github.com/oclif/plugin-update/compare/4.1.4...4.1.5) (2023-12-11) ### Bug Fixes diff --git a/README.md b/README.md index 6442e261..965b1374 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,6 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.5/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.6/src/commands/update.ts)_ diff --git a/package.json b/package.json index ad27c7a2..fe24a205 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.1.5", + "version": "4.1.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {