Skip to content

Commit

Permalink
chore(release): 1.5.0-canary.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent 8cb4050 commit 1b51aa5
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.5.0-canary.3](https://github.com/sanity-io/groq-js/compare/v1.5.0-canary.2...v1.5.0-canary.3) (2024-03-18)

### Bug Fixes

- handle flatmap over unions correctly ([70dc0c3](https://github.com/sanity-io/groq-js/commit/70dc0c3497961a7576f3c3017759171a78043395))
- remove un-evaluated Slice-case ([349645b](https://github.com/sanity-io/groq-js/commit/349645b6c66471c5878e5cd4d524aaea28b990b0))
- various type evaluation bugs ([3da42d7](https://github.com/sanity-io/groq-js/commit/3da42d774d3265a167b167bd1418db2180100cc0))

## [1.5.0-canary.2](https://github.com/sanity-io/groq-js/compare/v1.5.0-canary.1...v1.5.0-canary.2) (2024-03-13)

### 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.5.0-canary.2",
"version": "1.5.0-canary.3",
"keywords": [
"sanity",
"json",
Expand Down

0 comments on commit 1b51aa5

Please sign in to comment.