Skip to content

Commit 987356b

Browse files
chore(release): 9.5.0
1 parent e534703 commit 987356b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.5.0](https://github.com/teamstarter/graphql-sequelize-generator/compare/v9.4.1...v9.5.0) (2025-03-27)
6+
7+
8+
### Features
9+
10+
* **hooks:** Add an injectHooks function that can wrap the graphqlSchemaDeclaration and inject hooks proceduraly. ([b8c14a1](https://github.com/teamstarter/graphql-sequelize-generator/commit/b8c14a1))
11+
* **hooks:** Hooks can now be defined in array of functions in addition of simple functions. ([c51a4e7](https://github.com/teamstarter/graphql-sequelize-generator/commit/c51a4e7))
12+
* **hooks:** Makes all hooks chain value return. ([bfc7041](https://github.com/teamstarter/graphql-sequelize-generator/commit/bfc7041))
13+
14+
15+
516
### [9.4.1](https://github.com/teamstarter/graphql-sequelize-generator/compare/v9.4.0...v9.4.1) (2025-03-26)
617

718

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.4.1",
3+
"version": "9.5.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)