From 9f9971e01c51f394a19e4788579aeec5cc04c75e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 10 Oct 2023 12:30:44 +0000 Subject: [PATCH] chore(release): 3.9.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0f3660..93f2301c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.1](https://github.com/oclif/plugin-plugins/compare/3.9.0...3.9.1) (2023-10-10) + + +### Bug Fixes + +* update npm version ([a67bc17](https://github.com/oclif/plugin-plugins/commit/a67bc1760fc05d51e33f7e91f627264ccd053a45)) + + + # [3.9.0](https://github.com/oclif/plugin-plugins/compare/3.8.4...3.9.0) (2023-10-09) diff --git a/package.json b/package.json index 939c9d38..07255626 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.9.0", + "version": "3.9.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