Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk4633 committed Oct 2, 2024
1 parent 388f08d commit bb4d209
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## 1.3.0

### Added

- SSAI attributes
Expand Down
7 changes: 7 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Development

## 1.3.0

### Added

- SSAI attributes

## 1.2.0

### Fix
Expand All @@ -11,6 +17,7 @@
### Added

- Default Percentile Value when percentile metric is selected
- e2e testing with Playwright

## 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}
],
"screenshots": [],
"version": "1.2.0",
"updated": "2024-09-04"
"version": "1.3.0",
"updated": "2024-10-02"
},
"dependencies": {
"grafanaDependency": ">=10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitmovin-analytics",
"version": "1.2.0",
"version": "1.3.0",
"description": "Data source plugin which allows you to query analytics data from the bitmovin api",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit bb4d209

Please sign in to comment.