Cut v0.19.0 of codemirror-promql

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2021-12-20 20:50:52 +01:00
parent 257a9c161b
commit d3ae69bb22
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
0.19.0 / 2021-12-20
===================
* **[Enhancement]**: Add a negative autocompletion boost to some trigonometric functions that can overlap with other more popular PromQL functions.
* **[BugFix]**: Improve checking of whether a `PrometheusConfig` object was passed to `newCompleteStrategy()`.
0.18.0 / 2021-10-20
===================

View file

@ -1,6 +1,6 @@
{
"name": "codemirror-promql",
"version": "0.18.0",
"version": "0.19.0",
"description": "a CodeMirror mode for the PromQL language",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",