Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
## [1.0.0](v0.2.0...v1.0.0) (2022-01-25)

### ⚠ BREAKING CHANGES

* **deps:** Since `semantic-release` 18 requires node 14, we now do as well.

### Features

* **rule:** Add exceptions to compositeFieldsAreNullable's rulesOptions ([#20](#20)) ([ca59c8c](ca59c8c))
* **rule:** Add rule FieldsCamelCasedOptionalStartingUnderscore ([#21](#21)) ([28751ee](28751ee))

### Bug Fixes

* **docs:** Remove whitespace ([#25](#25)) ([03c79cb](03c79cb))
* **rule:** Remove unnecessary tests and other minor improvements ([#22](#22)) ([6f7e22f](6f7e22f))
* **update:** Update CODEOWNERS ([#24](#24)) ([3c8a628](3c8a628))
* **workflows:** Add git as extra_plugin ([68bbdcc](68bbdcc))
* **workflows:** Create commit with updated package.json ([ec351bb](ec351bb))
* **workflows:** Fix output refs, update semantic_version ([d338bcf](d338bcf))

### Miscellaneous Chores

* **deps:** Bump semantic-release from 17.3.0 to 18.0.1 ([8e64850](8e64850))
  • Loading branch information
semantic-release-bot committed Jan 25, 2022
1 parent 03c79cb commit 459ff73
Show file tree
Hide file tree
Showing 5 changed files with 2,956 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinterest/graphql-lint-rules",
"version": "0.3.0",
"version": "1.0.0",
"description": "Pinterest lint rules for use with graphql-schema-linter",
"license": "Apache-2.0",
"repository": "github:pinterest/graphql-lint-rules",
Expand Down
Loading

0 comments on commit 459ff73

Please sign in to comment.