Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 23, 2024
1 parent 0f4d047 commit 3ffdd59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.0](https://github.com/sanity-io/groq-js/compare/v1.10.0...v1.11.0) (2024-07-23)

### Features

- add support for sanity::versionOf() ([fb2f5d0](https://github.com/sanity-io/groq-js/commit/fb2f5d0a02b09e50a91f9e1d1b5b9245f20f7443))
- add type evaluator for sanity::versionOf() ([db54be4](https://github.com/sanity-io/groq-js/commit/db54be465e0822985d9848adf405c4a145b2e8d1))
- **typeEvaluator:** validate if arg to sanity::versionOf is string ([0f4d047](https://github.com/sanity-io/groq-js/commit/0f4d047f163834e76e3eb727b4adc898986d2a08))

## [1.10.0](https://github.com/sanity-io/groq-js/compare/v1.9.0...v1.10.0) (2024-07-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groq-js",
"version": "1.10.0",
"version": "1.11.0",
"keywords": [
"sanity",
"json",
Expand Down

0 comments on commit 3ffdd59

Please sign in to comment.