Skip to content

Commit 13872d7

Browse files
committed
chore(release): 9.0.1 [skip ci]
## [9.0.1](v9.0.0...v9.0.1) (2026-01-13) ### Bug Fixes * **paste-html-table-as-string:** preserve surrounding content when pasting HTML tables ([#1189](#1189)) ([6588f4f](6588f4f))
1 parent 6588f4f commit 13872d7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.0.1](https://github.com/Doist/typist/compare/v9.0.0...v9.0.1) (2026-01-13)
2+
3+
### Bug Fixes
4+
5+
- **paste-html-table-as-string:** preserve surrounding content when pasting HTML tables ([#1189](https://github.com/Doist/typist/issues/1189)) ([6588f4f](https://github.com/Doist/typist/commit/6588f4f59e0b5bc81a3b09ea195a09896a7ba951))
6+
17
## [9.0.0](https://github.com/Doist/typist/compare/v8.0.8...v9.0.0) (2025-11-19)
28

39
### ⚠ BREAKING CHANGES

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@doist/typist",
33
"description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"license": "MIT",
66
"homepage": "https://typist.doist.dev/",
77
"repository": "https://github.com/Doist/typist",

0 commit comments

Comments
 (0)