Skip to content

Commit bc48e6e

Browse files
committed
Bump to 2.6.1 and write changelog
1 parent 6b50f77 commit bc48e6e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

bisect_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22

33
synopsis: "Code coverage for OCaml"
4-
version: "2.6.0"
4+
version: "2.6.1"
55
license: "MIT"
66
homepage: "https://github.com/aantron/bisect_ppx"
77
doc: "https://github.com/aantron/bisect_ppx"

doc/CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.6.1 (2021-05-04):
2+
---------------------------
3+
4+
Bugs fixed
5+
6+
- Do not instrument React.forwardRef and React.memo (#375, reported by Mathieu
7+
Haton).
8+
19
Version 2.6.0 (2021-02-06):
210
---------------------------
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bisect_ppx",
33
"description": "Code coverage for OCaml and Reason",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"license": "MIT",
66
"homepage": "https://github.com/aantron/bisect_ppx",
77
"bugs": {

0 commit comments

Comments
 (0)