diff --git a/CHANGES.md b/CHANGES.md index 4d2659d..1cc341f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,10 @@ # Changes +## 4.1.2: +* patch: fixes issue #134 where the readme had broken links. + ## 4.1.1: -* patch: fixes issue #95 +* patch: fixes issue #95 where cursor was not focusing correctly on init. ## 4.1.0: * minor: emits 'updated' event after every change. diff --git a/package.json b/package.json index e07e865..6a1db6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mergely", - "version": "4.1.1", + "version": "4.1.2", "description": "A javascript UI for diff/merge", "directories": { "doc": "doc",