From 71bc75747f2e43f2d69ec35bafd67feaa5345d3f Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 16 Sep 2025 00:28:06 +0000 Subject: [PATCH] Increment version to 3.3.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 12ae53c6..22d9838b 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "3.2.0.0", - "opensearchDashboardsVersion": "3.2.0", + "version": "3.3.0.0", + "opensearchDashboardsVersion": "3.3.0", "configPath": [ "anomaly_detection_dashboards" ], diff --git a/package.json b/package.json index 347ae756..11231854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "3.2.0.0", + "version": "3.3.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { @@ -58,7 +58,7 @@ "axios": "^1.8.2", "braces": "^3.0.3", "micromatch": "^4.0.8", - "pbkdf2":"^3.1.3", + "pbkdf2": "^3.1.3", "**/form-data": "^4.0.4" } } \ No newline at end of file