Skip to content

Commit

Permalink
chore(release): 2.5.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.7](v2.5.6...v2.5.7) (2025-01-03)

### Bug Fixes

* **extensions:** ensure focus is maintained after inserting table, close [#409](#409) ([6cc2c97](6cc2c97))
* **link:** preserve parent plugins to fix autolink, close [#410](#410) ([565658b](565658b))

### Refactor

* optimize export statements, close [#346](#346) ([ccb8485](ccb8485))
  • Loading branch information
semantic-release-bot committed Jan 3, 2025
1 parent ccb8485 commit bbe93b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.5.7](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.5.6...v2.5.7) (2025-01-03)

### Bug Fixes

* **extensions:** ensure focus is maintained after inserting table, close [#409](https://github.com/yikoyu/vuetify-pro-tiptap/issues/409) ([6cc2c97](https://github.com/yikoyu/vuetify-pro-tiptap/commit/6cc2c9744f16266a59650d96be3ac28c95f74e88))
* **link:** preserve parent plugins to fix autolink, close [#410](https://github.com/yikoyu/vuetify-pro-tiptap/issues/410) ([565658b](https://github.com/yikoyu/vuetify-pro-tiptap/commit/565658bfd03d390d55758e9af59ae8437ec50dfe))

### Refactor

* optimize export statements, close [#346](https://github.com/yikoyu/vuetify-pro-tiptap/issues/346) ([ccb8485](https://github.com/yikoyu/vuetify-pro-tiptap/commit/ccb848595e51ab8abbf233bd30524ca68cf2e462))

## [2.5.6](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.5.5...v2.5.6) (2024-12-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuetify-pro-tiptap",
"type": "module",
"version": "2.5.6",
"version": "2.5.7",
"private": false,
"packageManager": "pnpm@8.15.8",
"description": "tiptap text editor on vuejs and vuetify",
Expand Down

0 comments on commit bbe93b3

Please sign in to comment.