From 409f267d6f4dc534637acc708fcac582274da6ce Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 4 Mar 2019 11:03:01 +0100 Subject: [PATCH] Mark version 1.8.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d9da74..04d9a773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.3 (2019-03-04) + +### Bug fixes + +Fix an issue where clicking when there's a non-text selection active sometimes doesn't cause the appropriate new selection. + ## 1.8.2 (2019-02-28) ### Bug fixes diff --git a/package.json b/package.json index 93f20e01..f446c02e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-view", - "version": "1.8.2", + "version": "1.8.3", "description": "ProseMirror's view component", "main": "dist/index.js", "style": "style/prosemirror.css",