Skip to content

Commit de639c8

Browse files
committed
Update CHANGELOG and package.json for v1.1.3
1 parent 52f440d commit de639c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ Initial release. Provides basic data source functionality of fetching saved/sch
2020
- Add info & doc link to the timeout error message to encourage the user to leverage scheduled search.
2121
- Upon timeout, cancel the query on the Cribl Search side.
2222
- Allow saved search ID to be composed using dashboard `${variables}`.
23+
24+
## 1.1.3
25+
26+
- Fix "time" field data type.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "search-datasource",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

0 commit comments

Comments
 (0)