Skip to content

Commit c53fb8c

Browse files
committed
Bump to 3.0.0
1 parent fcf54cc commit c53fb8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.0 (May 6th, 2022)
4+
5+
### Breaking changes
6+
7+
- `graphql` has been moved to `peerDependencies` in order to more flexible. This should help projects that were previously unable to upgrade the `graphql` package due to `graphql-schema-linter` requiring `graphql` v15. Usage information for this tool has been updated in the `README.md` to reflect this change. [#298](https://github.com/cjoudrey/graphql-schema-linter/pull/298) (Thanks @dchambers)
8+
39
## 2.0.2 (May 5th, 2022)
410

511
### New 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-schema-linter",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Command line tool and package to validate GraphQL schemas against a set of rules.",
55
"author": "Christian Joudrey",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)