Updated changes and bumped version

This commit is contained in:
Jamie Peabody
2021-05-19 07:57:54 +01:00
parent aa36977685
commit 8c541ba51c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changes
## 4.3.1
* patch: Updated README.md to fix incorrect option name.
## 4.3.0
* feat: Added `summary` method
## 4.2.4
* patch: fixes [#142](https://github.com/wickedest/Mergely/issues/142). Added README.md to examples.

View File

@@ -1,6 +1,6 @@
{
"name": "mergely",
"version": "4.3.0",
"version": "4.3.1",
"description": "A javascript UI for diff/merge",
"directories": {
"doc": "doc",