Skip to content

Commit

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

## [1.9.0](https://github.com/sanity-io/groq-js/compare/v1.8.0...v1.9.0) (2024-05-14)

### Features

- **typeEvaluator:** add support for global::references ([af958db](https://github.com/sanity-io/groq-js/commit/af958db1623e9557624f97dba280bc588aee240b))
- **typeEvaluator:** add support for string::split ([dd823dd](https://github.com/sanity-io/groq-js/commit/dd823dde0a6c687e0637fffe4f80d1502321907d))
- **typeEvaluator:** add support for string::startsWith ([6b51180](https://github.com/sanity-io/groq-js/commit/6b511808203084bb54777c6d182339e34aad2019))

### Bug Fixes

- **typeEvaluator:** update hash group to capture start/end ([531fe81](https://github.com/sanity-io/groq-js/commit/531fe815292bd3e031bc6ba26d8d688696af7ba1))

## [1.8.0](https://github.com/sanity-io/groq-js/compare/v1.7.0...v1.8.0) (2024-04-24)

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

0 comments on commit a0e7f96

Please sign in to comment.