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

Commit

Permalink
Merge pull request #111 from prometheus-community/release/v0.13.0
Browse files Browse the repository at this point in the history
cut 0.13.0
  • Loading branch information
juliusv authored Mar 22, 2021
2 parents 0950344 + ea14231 commit 3667952
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.13.0 / 2021-03-22
===================
* **[Feature]**: Linter and Autocompletion support 3 new PromQL functions: `clamp` , `last_over_time`, `sgn`
* **[Feature]**: Linter and Autocompletion support the `@` expression.
* **[Enhancement]**: Signature of `CompleteStrategy.promQL` has been updated to support the type `Promise<null>` (v0.18.0)
* **[BreakingChange]**: Support last version of Codemirror.next (v0.18.0)
* **[BreakingChange]**: Remove the function `enricher`

0.12.0 / 2021-01-12
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-promql",
"version": "0.12.0",
"version": "0.13.0",
"description": "a CodeMirror mode for the PromQL language",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3667952

Please sign in to comment.