diff --git a/CHANGELOG.md b/CHANGELOG.md index afc9ae87..2b7448bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.16.1 (2020-10-26) + +### Bug fixes + +Fix an issue where the attributes of defining nodes were dropped when copying to the clipboard. + ## 1.16.0 (2020-10-01) ### Bug fixes diff --git a/package.json b/package.json index 0a773498..cb725b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-view", - "version": "1.16.0", + "version": "1.16.1", "description": "ProseMirror's view component", "main": "dist/index.js", "module": "dist/index.es.js",