From f2c7e64de7156f8a42e54ea4d2c382d1bf232a10 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 19 Dec 2018 11:10:53 -0800 Subject: [PATCH] Release 0.0.9 --- dist/README.md | 8 +++----- dist/plugin.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dist/README.md b/dist/README.md index c97c14d..9ad37f8 100644 --- a/dist/README.md +++ b/dist/README.md @@ -26,7 +26,7 @@ yarn install yarn build ``` -## Releasing +### Releasing This plugin uses [release-it](https://github.com/webpro/release-it) to release to GitHub. @@ -34,9 +34,7 @@ This plugin uses [release-it](https://github.com/webpro/release-it) to release t env GITHUB_TOKEN=your_token yarn release-it patch ``` -G - -#### Roadmap +### Roadmap - TODO: full annotation support - TODO: better documentation @@ -44,7 +42,7 @@ G #### Changelog -##### v0.0.10 +##### v0.0.9 - Remove `dist` from master - Use webpack build diff --git a/dist/plugin.json b/dist/plugin.json index 2eab078..e590a19 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -27,7 +27,7 @@ { "name": "Options", "path": "img/screenshot-options-1.png" }, { "name": "Legend", "path": "img/screenshot-options-2.png" } ], - "version": "0.0.10", + "version": "0.0.9", "updated": "2018-12-19" }, diff --git a/package.json b/package.json index 7d3e2be..adc76b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "natel-discrete-panel", - "version": "0.0.8", + "version": "0.0.9", "description": "Discrete Events in Grafana", "scripts": { "build": "webpack --config webpack.config.prod.js",