diff --git a/CHANGELOG.md b/CHANGELOG.md index e398010d3..a7acd1418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.9](https://github.com/oclif/core/compare/3.0.8...3.0.9) (2023-10-12) + + +### Bug Fixes + +* remove tslib ([#825](https://github.com/oclif/core/issues/825)) ([5964ca6](https://github.com/oclif/core/commit/5964ca69afeb382a4fc4306737115d73f543b5a6)) + + + ## [3.0.8](https://github.com/oclif/core/compare/3.0.7...3.0.8) (2023-10-12) diff --git a/package.json b/package.json index c0d0b05bd..e3b7dd81e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.0.8", + "version": "3.0.9", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {