diff --git a/CHANGELOG.md b/CHANGELOG.md index a18e539b..31e14768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.2.4](https://github.com/oclif/plugin-update/compare/3.2.3...3.2.4) (2023-09-28) + + +### Bug Fixes + +* **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([#637](https://github.com/oclif/plugin-update/issues/637)) ([c922408](https://github.com/oclif/plugin-update/commit/c92240835f2b63c7f4d25be88fed129ab7309ed6)) + + + ## [3.2.3](https://github.com/oclif/plugin-update/compare/3.2.2...3.2.3) (2023-09-06) diff --git a/README.md b/README.md index 43813c46..185b4a3a 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,5 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v3.0.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.2.4/src/commands/update.ts)_ diff --git a/package.json b/package.json index e61fa166..a0daac92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "3.2.3", + "version": "3.2.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {