Skip to content

Commit

Permalink
Prepare 2.14.2 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk authored Jan 15, 2024
1 parent 18afc6c commit bf09f4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.14.2

- Support time field with nanoseconds by Christian Norbert Menges <[email protected]> in [#321](https://github.com/grafana/opensearch-datasource/pull/321)
- Refactor tests to remove Enzyme and use react-testing-library in [#319](https://github.com/grafana/opensearch-datasource/pull/319)

## 2.14.1

- Upgrade Grafana dependencies and create-plugin config in [#315](https://github.com/grafana/opensearch-datasource/pull/315)
Expand Down
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"opentelemetry",
"httptrace",
"otelhttptrace",
"testid"
"testid",
"Menges"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-opensearch-datasource",
"version": "2.14.1",
"version": "2.14.2",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit bf09f4c

Please sign in to comment.