From 582b4e45b70da49472eed91698e5d3ecfbfcf5eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:12:07 +1100 Subject: [PATCH] chore(master): release 1.6.1 (#256) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a1c93e..2533ddba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.0...v1.6.1) (2024-10-30) + + +### Bug Fixes + +* support defaultCellMinWidth in older Safari ([#255](https://github.com/ProseMirror/prosemirror-tables/issues/255)) ([1b36002](https://github.com/ProseMirror/prosemirror-tables/commit/1b36002196b6bdad11fce40b5a03e15a934f03e6)) + ## [1.6.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.5.1...v1.6.0) (2024-10-25) diff --git a/package.json b/package.json index e2d17370..6a127ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-tables", - "version": "1.6.0", + "version": "1.6.1", "packageManager": "pnpm@9.7.0", "description": "ProseMirror's rowspan/colspan tables component", "type": "module",