Skip to content

Commit eecc692

Browse files
chore(release): 1.16.0 [skip ci]
1 parent 7c67bd1 commit eecc692

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
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.16.0](https://github.com/sanity-io/groq-js/compare/v1.15.0...v1.16.0) (2025-03-06)
9+
10+
### Features
11+
12+
- **functions:** add releases:all() ([7c67bd1](https://github.com/sanity-io/groq-js/commit/7c67bd124292d1404eaee1202da1ca50c0fd1c51))
13+
14+
### Bug Fixes
15+
16+
- **functions:** correct behaviour of partOfRelease and versionOf ([1a85198](https://github.com/sanity-io/groq-js/commit/1a851986d8372f4d9fcc4a7deef322409251eacd))
17+
- revert sanity::versionsOf to versionOf ([#274](https://github.com/sanity-io/groq-js/issues/274)) ([6179e61](https://github.com/sanity-io/groq-js/commit/6179e61bd4a640df000b3329c8101e0ed68fcc11))
18+
819
## [1.15.0](https://github.com/sanity-io/groq-js/compare/v1.14.2...v1.15.0) (2025-02-03)
920

1021
### 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.15.0",
3+
"version": "1.16.0",
44
"keywords": [
55
"sanity",
66
"json",

0 commit comments

Comments
 (0)