Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuperZee committed Feb 5, 2021
1 parent ebda0b3 commit 4cb647f
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.1.0 (2021/02/05)

### Features / enhancements

- Add getEvaluationString which evaluates a string with metric names
- Add better descriptions and examples

## v0.0.2 (2021/02/01)

### Bug fixes
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.2",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 4cb647f

Please sign in to comment.