diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index ec2c7833fa54f9c0c03716e172dc89323457af10..937fe5eaf7d8f58b6ebdf4f5342c23241bf5bcda 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,8 +1,16 @@
 Editor
 ======
+1.13.0
  - Remove underlinable option for text
  - Offer a choice of colors for marking text
-
+ - Fix text element with background color and font color at the same time
+ - Add proper label to textarea and reduce vertical space around text
+ - Add 30px default bottom-margin to likert and radio
+ - Rework dropList items to have an ID and allow images references
+   To use images a text option has to be created like before. The image
+   can be set afterwards. When an option has both a text and an image, the
+   text is ignored and the image is shown.
+ - Improve ID-Service to free up IDs when elements are deleted
 
 1.12.0
  - Add new element cloze ("Lückentext")
diff --git a/package.json b/package.json
index e6b1748df09350b8bf68475c68a9c46b7c707edf..2ea695eb8e5dd25a03300c2a36fe059814e7dfe4 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "verona-modules-aspect",
   "config": {
     "player_version": "1.6.0",
-    "editor_version": "1.12.0"
+    "editor_version": "1.13.0"
   },
   "scripts": {
     "ng": "ng",