Skip to content

Commit 8824a10

Browse files
committed
Release new version.
1 parent ce8d93e commit 8824a10

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

5+
## [4.10.1](https://github.com/patternslib/pat-tiptap/compare/4.10.0...4.10.1) (2025-07-04)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Add missing yarn definition in the Makefile. ([2ac5791](https://github.com/patternslib/pat-tiptap/commit/2ac5791c91a55e848b2a329d48395349b63f6ff5))
12+
13+
14+
* Fix an issue where the link context menu wasn't opened anymore. ([c09b1e4](https://github.com/patternslib/pat-tiptap/commit/c09b1e485b074e7f14e1ef186c439e77a7374bb4))
15+
16+
17+
18+
### Maintenance
19+
20+
21+
* Update the compatible node version to the current LTS version. ([dc25cbb](https://github.com/patternslib/pat-tiptap/commit/dc25cbb731e87faa684697642deb65e0f7f9a224))
22+
23+
24+
* Upgrade dependencies. ([8ba63c5](https://github.com/patternslib/pat-tiptap/commit/8ba63c56f3d7fdcd3401792719e019309d3a4163))
25+
526
## [4.10.0](https://github.com/patternslib/pat-tiptap/compare/4.9.5...4.10.0) (2025-04-04)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-tiptap",
3-
"version": "4.10.0",
3+
"version": "4.10.1",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)