diff --git a/CHANGELOG.md b/CHANGELOG.md index ea54396b..e1ebf6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.5](https://github.com/oclif/plugin-update/compare/4.1.4...4.1.5) (2023-12-11) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.12.0 to 3.14.1 ([#684](https://github.com/oclif/plugin-update/issues/684)) ([2ec13d0](https://github.com/oclif/plugin-update/commit/2ec13d0f229b7dc834ec2345e762cbf8da8a7dc2)) + ## [4.1.4](https://github.com/oclif/plugin-update/compare/4.1.3...4.1.4) (2023-11-26) ### Bug Fixes diff --git a/README.md b/README.md index 692fea4f..6442e261 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.4/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.5/src/commands/update.ts)_ diff --git a/package.json b/package.json index 7cc43adc..4246ef24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.1.4", + "version": "4.1.5", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {