Skip to content

Commit 6109a19

Browse files
committed
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.0.8...v9.0.0) (2025-11-19) ### ⚠ BREAKING CHANGES * update minimum Node.js version to 22.14.0 (#1169) ### Miscellaneous Chores * update minimum Node.js version to 22.14.0 ([#1169](#1169)) ([36467c9](36467c9))
1 parent 36467c9 commit 6109a19

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [9.0.0](https://github.com/Doist/typist/compare/v8.0.8...v9.0.0) (2025-11-19)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- update minimum Node.js version to 22.14.0 (#1169)
6+
7+
### Miscellaneous Chores
8+
9+
- update minimum Node.js version to 22.14.0 ([#1169](https://github.com/Doist/typist/issues/1169)) ([36467c9](https://github.com/Doist/typist/commit/36467c93e28cfd6fd45946f1f75ee8d409010462))
10+
111
## [8.0.8](https://github.com/Doist/typist/compare/v8.0.7...v8.0.8) (2025-11-19)
212

313
### Bug Fixes

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": "8.0.8",
4+
"version": "9.0.0",
55
"license": "MIT",
66
"homepage": "https://typist.doist.dev/",
77
"repository": "https://github.com/Doist/typist",

0 commit comments

Comments
 (0)