Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 3667952

Browse files
authored
Merge pull request #111 from prometheus-community/release/v0.13.0
cut 0.13.0
2 parents 0950344 + ea14231 commit 3667952

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.13.0 / 2021-03-22
2+
===================
3+
* **[Feature]**: Linter and Autocompletion support 3 new PromQL functions: `clamp` , `last_over_time`, `sgn`
4+
* **[Feature]**: Linter and Autocompletion support the `@` expression.
5+
* **[Enhancement]**: Signature of `CompleteStrategy.promQL` has been updated to support the type `Promise<null>` (v0.18.0)
6+
* **[BreakingChange]**: Support last version of Codemirror.next (v0.18.0)
7+
* **[BreakingChange]**: Remove the function `enricher`
8+
19
0.12.0 / 2021-01-12
210
===================
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-promql",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "a CodeMirror mode for the PromQL language",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)