From 91555d956536e417a6ce5a3e22838798738a34ec Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 15 Sep 2023 17:03:09 +0000 Subject: [PATCH] chore(release): 3.7.0 [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e17809..116e6335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [3.7.0](https://github.com/oclif/plugin-plugins/compare/3.6.1...3.7.0) (2023-09-15) + + +### Bug Fixes + +* clean up ([3c2b6be](https://github.com/oclif/plugin-plugins/commit/3c2b6be4c42aecbcfeeab98e7cade4b763b94722)) +* remove install jit plugins from list ([d7c50bd](https://github.com/oclif/plugin-plugins/commit/d7c50bd78833485bd9d6174d0a4f9458666559b9)) +* warn if --jit used with non jit plugin ([26c5d4c](https://github.com/oclif/plugin-plugins/commit/26c5d4cae34b43bcc31c833f8fe4d2fe078c226a)) + + +### Features + +* incorporate jit plugins ([8b48a8c](https://github.com/oclif/plugin-plugins/commit/8b48a8c6aca37e041f924767c0232c48bea84acd)) +* use parse to prevent --jit on non-jit plugins ([71c7453](https://github.com/oclif/plugin-plugins/commit/71c74533d6bda15943ad6e3fab03ff696fb126a6)) + + + ## [3.6.1](https://github.com/oclif/plugin-plugins/compare/3.6.0...3.6.1) (2023-09-12) diff --git a/package.json b/package.json index 2ceadaa7..08149e47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", - "version": "3.6.1", + "version": "3.7.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": {