Skip to content

Commit d93dd44

Browse files
committed
bump version
1 parent c14aae9 commit d93dd44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.0-alpha.22
4+
5+
* Fix bug where if an update mutation was called that did not locate
6+
a row, we'd still try and extract the PKs.
7+
38
## v1.0.0-alpha.21
49

510
* Really fix `updateByNodeId`. Thanks for the report @ken0x0a!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-plugin-nested-mutations",
3-
"version": "1.0.0-alpha.22",
3+
"version": "1.0.0-alpha.23",
44
"description": "Nested mutations plugin for PostGraphile",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)