Skip to content

Commit eb229a3

Browse files
committed
Release new version.
1 parent 0a5fbd2 commit eb229a3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## [4.9.5](https://github.com/patternslib/pat-tiptap/compare/4.9.4...4.9.5) (2024-08-21)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Fix a deprecated tiptap method in the trailing-node extension. ([49d5062](https://github.com/patternslib/pat-tiptap/commit/49d50629214e45d5f10f7c9920b307f7c43c3873))
12+
13+
14+
15+
### Maintenance
16+
17+
18+
* Upgrade to tiptap 2.6.5. ([0b4216a](https://github.com/patternslib/pat-tiptap/commit/0b4216a64dd5f2b70f51be2983ad405480381f5c))
19+
520
## [4.9.4](https://github.com/patternslib/pat-tiptap/compare/4.9.3...4.9.4) (2024-08-20)
621

722

package.json

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

0 commit comments

Comments
 (0)