Add PR number to CHANGELOG entries

This commit is contained in:
Fabio Berger 2019-05-20 13:40:19 +01:00
parent 5c2d3fb3da
commit 3f037ef3cc
3 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,8 @@
"version": "2.2.0", "version": "2.2.0",
"changes": [ "changes": [
{ {
"note": "add parameter assertions to methods" "note": "add parameter assertions to methods",
"pr": 1823
} }
] ]
}, },

View File

@ -3,7 +3,8 @@
"version": "4.4.0", "version": "4.4.0",
"changes": [ "changes": [
{ {
"note": "Update wrappers to include parameter assertions" "note": "Update wrappers to include parameter assertions",
"pr": 1823
} }
] ]
}, },

View File

@ -3,7 +3,8 @@
"version": "2.1.0", "version": "2.1.0",
"changes": [ "changes": [
{ {
"note": "Add new assertions: `isArray`, `isBlockParam`" "note": "Add new assertions: `isArray`, `isBlockParam`",
"pr": 1823
} }
] ]
}, },