Skip to content

Commit

Permalink
chore: prepare next release (#160)
Browse files Browse the repository at this point in the history
* 0.10.0 in cl (#150)

* [main] release hotfix 0.10.1 (#159)

* Add changelog skeleton for release tbd

* Bump version in `package.json`

---------

Co-authored-by: Johannes Vogel <[email protected]>
  • Loading branch information
schwma and johannes-vogel authored Mar 7, 2024
1 parent 38caffe commit d415d8c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Type parsing error for literal values passed within arguments on fields of scalar type differing from the literal type. This case occurred for delete mutations when the filter operands had a type other than `Int`.

### Removed

## Version 0.10.0 - 2023-01-30
## Version 0.10.1 - 2024-03-07

### Fixed

- Type parsing error for literal values passed within arguments on fields of scalar type differing from the literal type. This case occurred for delete mutations when the filter operands had a type other than `Int`.

## Version 0.10.0 - 2024-01-30

### Added

Expand Down

0 comments on commit d415d8c

Please sign in to comment.