Skip to content

Commit

Permalink
chore(release): 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdesmares committed Mar 8, 2024
1 parent 937c959 commit 9f23dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.6.1](https://github.com/teamstarter/graphql-sequelize-generator/compare/v8.6.0...v8.6.1) (2024-03-08)


### Bug Fixes

* **list-resolver:** Fix a bug when an empty where is given to a resolver. Due to an implementation detail in graphql-sequelize we have to avoid optimizing in that case. Should not be a big deal as this should never be the case for n+1 queries. ([937c959](https://github.com/teamstarter/graphql-sequelize-generator/commit/937c959))



## [8.6.0](https://github.com/teamstarter/graphql-sequelize-generator/compare/v8.5.0...v8.6.0) (2024-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teamstarter/graphql-sequelize-generator",
"version": "8.6.0",
"version": "8.6.1",
"description": "A set of tools to easily generate a Graphql API from sequelize models.",
"keywords": [
"graphql",
Expand Down

0 comments on commit 9f23dff

Please sign in to comment.