Skip to content

Commit 1c8af1c

Browse files
chore(release): 9.6.0
1 parent 3ccd51f commit 1c8af1c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [9.6.0](https://github.com/teamstarter/graphql-sequelize-generator/compare/v9.5.4...v9.6.0) (2025-04-08)
6+
7+
8+
### Features
9+
10+
* **hooks:** Rename all hooks to make each one use an unique attribute (for AI performances), and introduce beforeFetch hooks. ([3ccd51f](https://github.com/teamstarter/graphql-sequelize-generator/commit/3ccd51f))
11+
12+
13+
514
### [9.5.4](https://github.com/teamstarter/graphql-sequelize-generator/compare/v9.5.3...v9.5.4) (2025-03-28)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamstarter/graphql-sequelize-generator",
3-
"version": "9.5.4",
3+
"version": "9.6.0",
44
"description": "A set of tools to easily generate a Graphql API from sequelize models.",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)