diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a5ffff..23429767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.4.1](https://github.com/oclif/plugin-plugins/compare/3.4.0...3.4.1) (2023-09-05) + + +### Bug Fixes + +* update npm version ([4ab4ef7](https://github.com/oclif/plugin-plugins/commit/4ab4ef737af38046d569d290196cd080e439f1b8)) + + + # [3.4.0](https://github.com/oclif/plugin-plugins/compare/3.3.2...3.4.0) (2023-09-01) diff --git a/package.json b/package.json index 441aa268..e639432e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.4.0", + "version": "3.4.1", "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