Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @giraphql/plugin-relay@2.0.4
  • Loading branch information
Michael Hayes committed Mar 28, 2021
1 parent 2b29e3a commit 3796a4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/plugin-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.4 - 2021-03-28

#### 🐞 Fixes

- **[relay]** include extra fields defined for connections and edges ([2b29e3a](https://github.com/hayes/giraphql/commit/2b29e3a))

**Note:** Version bump only for package @giraphql/plugin-relay





### 2.0.3 - 2021-03-16

**Note:** Version bump only for package @giraphql/plugin-relay
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giraphql/plugin-relay",
"version": "2.0.3",
"version": "2.0.4",
"description": "A GiraphQL plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3796a4a

Please sign in to comment.