Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuperZee committed Sep 16, 2021
1 parent 72b9676 commit 48a1f3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog for grafana-metric

## v1.0.1 (2021/08/03)
## v1.1.0 (2021/08/03)

### Features / enhancements

- Use values if calcs is missing [#28](https://github.com/gapitio/grafana-metric/pull/28)

## v1.0.1 (2021/08/03)

### Bug fixes

- Fix wrong time returned [#27](https://github.com/gapitio/grafana-metric/pull/27)

## v1.0.0 (2021/03/05)
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": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 48a1f3c

Please sign in to comment.