From 8f69bf4ec5c77fc0bf204237383b94d6e4b9de2e Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 22 Oct 2020 17:52:43 +0100 Subject: [PATCH] chore(NA): bump version to 6.8.14 (#81471) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- package.json | 4 ++-- x-pack/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0fce93bc6ff9..32f24c25d14f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "6.8.13", + "version": "6.8.14", "branch": "6.8", "types": "./kibana.d.ts", "build": { @@ -274,7 +274,7 @@ "webpack-merge": "4.1.4", "whatwg-fetch": "^3.0.0", "wreck": "^14.0.2", - "x-pack": "6.8.13", + "x-pack": "6.8.14", "yauzl": "2.7.0" }, "devDependencies": { diff --git a/x-pack/package.json b/x-pack/package.json index 3839bb039980..477eb5705911 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "6.8.13", + "version": "6.8.14", "private": true, "author": "Elastic", "license": "Elastic-License",