Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 494c393 commit f133d6f
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.13.0](https://github.com/sanity-io/groq-js/compare/v1.12.0...v1.13.0) (2024-08-26)

### Features

- add new GROQ function sanity::documentsOf ([c086187](https://github.com/sanity-io/groq-js/commit/c086187210794ff5c75d9decefe6891e31f0d184))
- **typeEvaluator:** do not let unknown always resolve to unknown ([41679a3](https://github.com/sanity-io/groq-js/commit/41679a3993a9240b4ef5753ad420b959d0168200))
- **typeEvaluator:** remove resolve condition, use walk to determine conditions ([38ca510](https://github.com/sanity-io/groq-js/commit/38ca5104136b32f72ee3d9cb6d32e0832170f2fc))

## [1.12.0](https://github.com/sanity-io/groq-js/compare/v1.11.1...v1.12.0) (2024-07-26)

### 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.12.0",
"version": "1.13.0",
"keywords": [
"sanity",
"json",
Expand Down

0 comments on commit f133d6f

Please sign in to comment.