Skip to content

Commit 6b9bbe0

Browse files
authored
chore(main): release 6.0.0 (#23)
1 parent 982b5e4 commit 6b9bbe0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/zakodium/eslint-config-graphql/compare/v5.1.0...v6.0.0) (2024-07-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update ESLint to flat config ([#22](https://github.com/zakodium/eslint-config-graphql/issues/22))
9+
10+
### Features
11+
12+
* update ESLint to flat config ([#22](https://github.com/zakodium/eslint-config-graphql/issues/22)) ([982b5e4](https://github.com/zakodium/eslint-config-graphql/commit/982b5e41505e6b80c6d96b47ea72f06536f25e4a))
13+
314
## [5.1.0](https://github.com/zakodium/eslint-config-graphql/compare/v5.0.1...v5.1.0) (2023-12-05)
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zakodium/eslint-config-graphql",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "ESLint config for GraphQL files",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)