diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3b69cc..f95fa9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.8.4](https://github.com/oclif/plugin-plugins/compare/3.8.3...3.8.4) (2023-10-03) + + +### Bug Fixes + +* bump types ([9b9aca6](https://github.com/oclif/plugin-plugins/commit/9b9aca6b77642cb710f02894249c443c8e481361)) +* update npm version ([eb964aa](https://github.com/oclif/plugin-plugins/commit/eb964aa147c1a935459486cbde626af2fc711d15)) + + + ## [3.8.3](https://github.com/oclif/plugin-plugins/compare/3.8.2...3.8.3) (2023-09-28) diff --git a/package.json b/package.json index bef2a860..ec1ea680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.8.3", + "version": "3.8.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { @@ -87,4 +87,4 @@ "version": "oclif readme && git add README.md" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file