Skip to content

Commit

Permalink
Changelog and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarity-89 committed Oct 21, 2024
1 parent 221849e commit 4e75379
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,40 @@
## 0.6.0

- Add support for `$symbol` variable

## 0.5.0

- Remove @grafana/ui Form usage
- Update React to v.18
- Remove unused dependencies
- Remove unused dependencies

## 0.4.1

- Remove `grafanaVersion` from `plugin.json`
- Update `grafanaDependency` in `plugin.json`

## 0.4.0

- Update the plugin to be compatible with Grafana 10

## 0.3.2

- Update dependencies

## 0.3.1

- Restore trades endpoint (websocket)

## 0.3.0

- Store API token in secure field
- Temporarily disabled trades websocket endpoint due to proxy auth issue (quote query with dashboard refresh can be used as a workaround).

## 0.2.1

- Update the plugin to be compatible with Grafana 8
- Add social sentiment endpoint support

## 0.1.1
- Initial release

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarity-89-finnhub-datasource",
"version": "0.5.0",
"version": "0.6.0",
"description": "Datasource plugin for Finnhub",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 4e75379

Please sign in to comment.