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.1.0",
"changes": [
{
"note": "Add new assertions: `isArray`, `isBlockParam`"
"note": "Add new assertions: `isArray`, `isBlockParam`",
"pr": 1823
}
]
},