From 3e60a925650e6f993358ad24c49aadff96ea764e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:11:23 +1100 Subject: [PATCH] chore(master): release 1.6.2 (#260) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2533ddb..641f617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.1...v1.6.2) (2024-12-24) + + +### Bug Fixes + +* update prosemirror dependencies and fix type of ignoreMutation ([#259](https://github.com/ProseMirror/prosemirror-tables/issues/259)) ([465754b](https://github.com/ProseMirror/prosemirror-tables/commit/465754b97ecbca4778e0cc667511cd59f16db92a)) + ## [1.6.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.0...v1.6.1) (2024-10-30) diff --git a/package.json b/package.json index ce4efa6..65696b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-tables", - "version": "1.6.1", + "version": "1.6.2", "packageManager": "pnpm@9.7.0", "description": "ProseMirror's rowspan/colspan tables component", "type": "module",