Skip to content

Commit 9a66f54

Browse files
chore(release): 8.0.0
1 parent ab5c67d commit 9a66f54

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
## [8.0.0](https://github.com/teamstarter/graphql-sequelize-generator/compare/v7.5.1...v8.0.0) (2023-01-31)
6+
7+
8+
### Bug Fixes
9+
10+
* **associations:** Fix limit and offset type from string to int. And fix many small linting issues. ([04fc241](https://github.com/teamstarter/graphql-sequelize-generator/commit/04fc241))
11+
* **documentation:** Update documentation to warn of Apollo upgrade. ([ab5c67d](https://github.com/teamstarter/graphql-sequelize-generator/commit/ab5c67d))
12+
13+
14+
### Features
15+
16+
* **infra:** Upgrade minium node version. ([2d9ecf4](https://github.com/teamstarter/graphql-sequelize-generator/commit/2d9ecf4))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **documentation:** Update documentation to warn of Apollo upgrade.
22+
23+
24+
525
### [7.5.1](https://github.com/teamstarter/graphql-sequelize-generator/compare/v7.5.0...v7.5.1) (2022-01-20)
626

727
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-sequelize-generator",
3-
"version": "7.5.1",
3+
"version": "8.0.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)