Skip to content

Commit 3b02c88

Browse files
chore(release): 1.24.1 [skip ci]
1 parent 3292a2e commit 3b02c88

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.24.1](https://github.com/sanity-io/groq-js/compare/v1.24.0...v1.24.1) (2026-01-05)
9+
10+
### Bug Fixes
11+
12+
- **evaluator:** addition with datetimes ([#320](https://github.com/sanity-io/groq-js/issues/320)) ([31e70ee](https://github.com/sanity-io/groq-js/commit/31e70ee4a1181be8b19b5ad56002ade68ad6d500))
13+
- **typeEvaluator:** handle datetime type in string functions and operations ([#321](https://github.com/sanity-io/groq-js/issues/321)) ([3292a2e](https://github.com/sanity-io/groq-js/commit/3292a2eb523017f6bdec640a11a9678bf2f44b4a))
14+
815
## [1.24.0](https://github.com/sanity-io/groq-js/compare/v1.23.0...v1.24.0) (2025-12-15)
916

1017
### Features

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Sanity.io
3+
Copyright (c) 2026 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groq-js",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"keywords": [
55
"sanity",
66
"json",

0 commit comments

Comments
 (0)