Skip to content

Commit 02f99ce

Browse files
committed
chore: release v1.5.0 [skip ci]
1 parent 8a22b44 commit 02f99ce

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
# [1.5.0](https://github.com/botflux/promql-query-builder/compare/v1.3.0...v1.5.0) (2024-12-27)
4+
5+
6+
### Features
7+
8+
* add support for rad, deg, pi and trigonometric functions ([2cdf59e](https://github.com/botflux/promql-query-builder/commit/2cdf59ef2482bdf19522f1eb0c5ba90ddb752d65))
9+
110
# Changelog
211

312
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promql-query-builder",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A PromQL query builder",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)