From 3134a03ad49b673590252bc5b2242db360638191 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 30 Jun 2020 10:31:43 +0200 Subject: [PATCH] Bump version to 6.8.8. --- README.md | 34 ++++------------------------------ package.json | 4 ++-- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 1d9c2fd..c49a466 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ The releases of this plugin are synced with Kibana's release cycle. In the "Asse Run the following from within your Kibana folder: ``` -bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v6.8.7/kibana-milestones-vis-6.8.7.zip +bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v6.8.8/kibana-milestones-vis-6.8.8.zip ``` ### Installing by first downloading a zipped release -- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v6.8.7/kibana-milestones-vis-6.8.7.zip -- Inside your kibana directory, run `bin/kibana-plugin install file:////kibana-milestones-vis-6.8.7.zip`, then `npm run start` +- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v6.8.8/kibana-milestones-vis-6.8.8.zip +- Inside your kibana directory, run `bin/kibana-plugin install file:////kibana-milestones-vis-6.8.8.zip`, then `npm run start` ## Usage @@ -47,30 +47,4 @@ bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/rele ## Development -See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. Once you have completed that, use the following npm tasks. - - - `npm install` - - Fetches and installs the plugins dependencies. - - - `npm start` - - Start kibana and have it include this plugin - - - `npm start -- --config kibana.yml` - - You can pass any argument that you would normally send to `bin/kibana` by putting them after `--` when running `npm start` - - - `npm run build` - - Build a distributable archive - - - `npm run test:browser` - - Run the browser tests in a real web browser - - - `npm run test:server` - - Run the server tests using mocha - -For more information about any of these commands run `npm run ${task} -- --help`. +See the [DEVELOPMENT.md](DEVELOPMENT.md). diff --git a/package.json b/package.json index 95866a9..a0cbb41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kibana-milestones-vis", - "version": "6.8.7", + "version": "6.8.8", "description": "A d3 based timeline visualization kibana plugin.", "main": "index.js", "homepage": "https://github.com/elastic/kibana-milestones-vis", @@ -16,7 +16,7 @@ "Walter Rafelsberger " ], "kibana": { - "version": "6.8.7", + "version": "6.8.8", "templateVersion": "1.0.0" }, "scripts": {