diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f2301c..c8a7a398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.2](https://github.com/oclif/plugin-plugins/compare/3.9.1...3.9.2) (2023-10-17) + + +### Bug Fixes + +* update npm version ([d8e8d21](https://github.com/oclif/plugin-plugins/commit/d8e8d21461878c0344efd9cc24658a35ade24568)) + + + ## [3.9.1](https://github.com/oclif/plugin-plugins/compare/3.9.0...3.9.1) (2023-10-10) diff --git a/package.json b/package.json index 68d20455..4d0e377b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.9.1", + "version": "3.9.2", "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