From 333771e5c7b29e928da4edc68e229aa96b2d52f7 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 19 Nov 2023 16:18:40 +0800 Subject: [PATCH] Publishing neo4j-arc requires manually bumping version (#18) * Publishing neo4j-arc requires manually bumping version * Version bump --- .github/PULL_REQUEST_TEMPLATE.md | 1 + src/neo4j-arc/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 954f5d036ab..834d1ec1111 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,3 +31,4 @@ Checklist * [ ] Test * [ ] Self-review * [ ] Documentation +* [ ] (neo4j-arc) Manually bump version diff --git a/src/neo4j-arc/package.json b/src/neo4j-arc/package.json index f1614469ee3..44d00793953 100644 --- a/src/neo4j-arc/package.json +++ b/src/neo4j-arc/package.json @@ -1,6 +1,6 @@ { "name": "neo4j-devtools-arc", - "version": "0.0.49", + "version": "0.0.50", "main": "dist/neo4j-arc.js", "author": "Neo4j Inc.", "license": "GPL-3.0",