diff --git a/CHANGES.md b/CHANGES.md index 78ec3ba..fcee4dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## 4.3.5 +* patch: fixed issue with build + ## 4.3.4 * patch: Fixes inline diff rendering issue with whitespace [#139](https://github.com/wickedest/Mergely/issues/139). diff --git a/package.json b/package.json index 74479e7..260c9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mergely", - "version": "4.3.4", + "version": "4.3.5", "description": "A javascript UI for diff/merge", "directories": { "doc": "doc",