Skip to content

Commit

Permalink
Merge pull request #11 from gapitio/release/v0.2.0
Browse files Browse the repository at this point in the history
chore: release v0.2.0
  • Loading branch information
ZuperZee authored Feb 24, 2021
2 parents 05e88fb + cb2f094 commit 8ddae6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for grafana-metric

## v0.2.0 (2021/02/05)

### Features / enhancements

- Add get metric from field names [#5](https://github.com/gapitio/grafana-metric/pull/5)
- Add get metric from label [#6](https://github.com/gapitio/grafana-metric/pull/6)
- Export unused functions (getFieldByName, getSeriesByName, getValueField) [#10](https://github.com/gapitio/grafana-metric/pull/10)

## v0.1.0 (2021/02/05)

### Features / enhancements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 8ddae6e

Please sign in to comment.