Skip to content

Commit 758d8e9

Browse files
chore(release): 1.14.0 [skip ci]
1 parent 7f57a91 commit 758d8e9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
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.14.0](https://github.com/sanity-io/groq-js/compare/v1.13.0...v1.14.0) (2024-11-04)
9+
10+
### Features
11+
12+
- add array intersects function ([ced9e90](https://github.com/sanity-io/groq-js/commit/ced9e90febb37348c538c67f8bce6b17928a3877))
13+
- can extract attribute key from Group ([46ba490](https://github.com/sanity-io/groq-js/commit/46ba490757383d7151ac31b60c543d36448c0540))
14+
- **typeEvaluator:** implement proper support for defined in filters ([d319f1c](https://github.com/sanity-io/groq-js/commit/d319f1c5c027280e8c65253ae28e08d53644e6c8))
15+
- upgrade groq-test-suite version to v0.1.46 ([a71e3ec](https://github.com/sanity-io/groq-js/commit/a71e3ec38ee64bb3e505aee446caa64252dccfa2))
16+
17+
### Bug Fixes
18+
19+
- **functions:** fix typo mapConcrete to mapNode ([7f57a91](https://github.com/sanity-io/groq-js/commit/7f57a91888cc274c686f750ab30d8675eeab317a))
20+
821
## [1.13.0](https://github.com/sanity-io/groq-js/compare/v1.12.0...v1.13.0) (2024-08-26)
922

1023
### Features

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.13.0",
3+
"version": "1.14.0",
44
"keywords": [
55
"sanity",
66
"json",

0 commit comments

Comments
 (0)