diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf2fa443..9e635e0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.2.1](https://github.com/oclif/core/compare/3.2.0...3.2.1) (2023-10-13) + + +### Bug Fixes + +* add types for warn-if-update-available ([#826](https://github.com/oclif/core/issues/826)) ([5464dcf](https://github.com/oclif/core/commit/5464dcf0933bd8afec26704662dfc5276ef07f47)) + + + # [3.2.0](https://github.com/oclif/core/compare/3.1.0...3.2.0) (2023-10-13) diff --git a/package.json b/package.json index 9c6b19c38..addb2ba06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.2.0", + "version": "3.2.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {