Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 237cfbb

Browse files
committed
2.19.0
1 parent 93d9864 commit 237cfbb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.19.0
4+
5+
- Update graphql.js to use v15
6+
37
## 2.18.0
48

59
- [Custom nested mutations using `@cypher` on input fields](https://github.com/neo4j-graphql/neo4j-graphql-js/pull/542)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neo4j-graphql-js",
3-
"version": "2.19.0-alpha.0",
3+
"version": "2.19.0",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j. ",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)