From 84fe23732576927dd9f9f1764aa9e6b8701f4aa4 Mon Sep 17 00:00:00 2001 From: fbaligand Date: Fri, 22 Sep 2023 08:46:14 +0200 Subject: [PATCH] version 1.13.5 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89aea8..ea2b778 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This project is a Kibana plugin that provides two visualizations: - Add a row number column - Ability to add the visualization to a Canvas workpad (Kibana 7.9+) - Ability to use dashboard drilldowns (Kibana 7.9+) -- Kibana supported versions: all versions from 5.5 to 8.7 +- Kibana supported versions: all versions from 5.5 to 8.10 - OpenSearch Dashboards supported versions : all versions from 1.x to 2.x ## Demo diff --git a/package.json b/package.json index 55bef5f..675cec6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-table", - "version": "1.13.4", + "version": "1.13.5", "description": "This visualization plugin is like a Data Table, but with enhanced features like computed columns, filter bar and pivot table", "license": "Apache-2.0", "homepage": "https://github.com/fbaligand/kibana-enhanced-table",