From 62e5b96529cfbfb2aea61315e14c372cdea9b384 Mon Sep 17 00:00:00 2001 From: ovidiupopa07 <105648914+ovidiupopa07@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:50:56 +0200 Subject: [PATCH] feat: Expose spinnaker/kayenta to plugin system (#624) * feat: Expose spinnaker/kayenta to the plugin system Update version to bump the minor version --- package.json | 2 +- src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 185f5c1e..9ef586d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/kayenta", - "version": "2.0.0", + "version": "2.1.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index b9b06c4c..305f0e33 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export * from './stub'; +export * from './kayenta';