1
0
mirror of synced 2025-12-10 00:11:12 +08:00

release 4.1.2

This commit is contained in:
Jamie Peabody
2020-10-15 14:44:16 +01:00
parent e38468b2c2
commit 577a324d01
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

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