@prometheus-io/lezer-promql 0.52.0-rc.1 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,11 +2,7 @@
2
2
 
3
3
  ## unreleased
4
4
 
5
- ## 2.52.0-rc.1 / 2024-05-03
6
-
7
- * [BUGFIX] API: Fix missing comma during JSON encoding of API results. #14047
8
-
9
- ## 2.52.0-rc.0 / 2024-04-22
5
+ ## 2.52.0 / 2024-05-07
10
6
 
11
7
  * [CHANGE] TSDB: Fix the predicate checking for blocks which are beyond the retention period to include the ones right at the retention boundary. #9633
12
8
  * [FEATURE] Kubernetes SD: Add a new metric `prometheus_sd_kubernetes_failures_total` to track failed requests to Kubernetes API. #13554
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prometheus-io/lezer-promql",
3
- "version": "0.52.0-rc.1",
3
+ "version": "0.52.0",
4
4
  "description": "lezer-based PromQL grammar",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",