diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba80c3c..e26cfb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.4](https://github.com/oclif/plugin-update/compare/4.4.3...4.4.4) (2024-06-27) + +### Bug Fixes + +- determine channel status message when no version is provided ([#855](https://github.com/oclif/plugin-update/issues/855)) ([3022b94](https://github.com/oclif/plugin-update/commit/3022b9429c690ddf295eca9e0ec903e218302e35)) + ## [4.4.3](https://github.com/oclif/plugin-update/compare/4.4.2...4.4.3) (2024-06-23) ### Bug Fixes diff --git a/README.md b/README.md index 24f5797e..2c4bafd2 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.4.3/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.4/src/commands/update.ts)_ diff --git a/package.json b/package.json index e5365878..3032b728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.4.3", + "version": "4.4.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {