From 33069f826d38b29e6e4d36a6740afecc647adb0b Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Thu, 6 Jan 2022 16:40:40 +0100
Subject: [PATCH] Update editor package to 1.20.0

---
 docs/release-notes-editor.txt | 8 ++++++++
 package.json                  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index f0b6f0990..feab75778 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,13 @@
 Editor
 ======
+1.20.0
+ - Use shorter dash in TextEditor special chars
+ - Add top-99-double quote to TextEditor special chars
+ - Use font 'PT Sans' for blockquote quotes
+ - Set blockquote margins (top and bottom) to 20px
+ - Fix positioning values when duplicating elements
+ - Fix changing element IDs
+
 1.19.0
  - Implement fixedSize for all elements
  - Add long dash to TextEditor special characters
diff --git a/package.json b/package.json
index 767ae58c1..340301411 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "verona-modules-aspect",
   "config": {
     "player_version": "1.14.0",
-    "editor_version": "1.19.0"
+    "editor_version": "1.20.0"
   },
   "scripts": {
     "ng": "ng",
-- 
GitLab