1
0
mirror of synced 2025-12-08 06:48:03 +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 # Changes
## 4.1.2:
* patch: fixes issue #134 where the readme had broken links.
## 4.1.1: ## 4.1.1:
* patch: fixes issue #95 * patch: fixes issue #95 where cursor was not focusing correctly on init.
## 4.1.0: ## 4.1.0:
* minor: emits 'updated' event after every change. * minor: emits 'updated' event after every change.

View File

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