From d8dfba0aa58439ec840c0848c3a79cea7d33ea4f Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 24 Jun 2019 12:40:03 +0200 Subject: [PATCH] Mark version 1.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0b51c..23d7775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.4 (2019-06-24) + +### Bug fixes + +Do not show a gap cursor when the view isn't editable. + ## 1.0.3 (2018-10-01) ### Bug fixes diff --git a/package.json b/package.json index 649081e..5049f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-gapcursor", - "version": "1.0.3", + "version": "1.0.4", "description": "ProseMirror plugin for cursors at normally impossible-to-reach positions", "license": "MIT", "main": "dist/index.js",