Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flesa committed Nov 19, 2020
1 parent 8ba7c39 commit b70e265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for grafana-metric

## v0.0.0 (2020/11/19)

### Features / enhancements

- Add getShowcaseMetricValue which returns a value between a set range of numbers with a set amount of decimals.
- Add getMetricValue which decides what function to run.

## v0.0.0 (YYYY/MM/DD)

### Features / enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gapit/grafana-metric",
"description": "Retrieves metric value",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit b70e265

Please sign in to comment.