Skip to content

Commit

Permalink
chore(release): 2.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...v2.4.2) (2024-01-27)

### Bug Fixes

* **locale:** update Dutch locale ([c0b3ea7](c0b3ea7))
* **VuetifyTiptap:** closing characterCount causes editor error ([be1d0cd](be1d0cd)), closes [#272](#272)

### Refactor

* replace lodash with lodash-unified ([8bfc5d9](8bfc5d9))
* **VuetifyTiptap:** override configurations for duplicate extensions, update tsconfig ([8830fe3](8830fe3))
  • Loading branch information
semantic-release-bot committed Jan 27, 2024
1 parent 8830fe3 commit e2e2ee7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.4.2](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.4.1...v2.4.2) (2024-01-27)


### Bug Fixes

* **locale:** update Dutch locale ([c0b3ea7](https://github.com/yikoyu/vuetify-pro-tiptap/commit/c0b3ea7927da604dad84c2318816e3f273ea9e40))
* **VuetifyTiptap:** closing characterCount causes editor error ([be1d0cd](https://github.com/yikoyu/vuetify-pro-tiptap/commit/be1d0cdae0587d4922cd329d1bb1cbf33a09c7a7)), closes [#272](https://github.com/yikoyu/vuetify-pro-tiptap/issues/272)


### Refactor

* replace lodash with lodash-unified ([8bfc5d9](https://github.com/yikoyu/vuetify-pro-tiptap/commit/8bfc5d9c725ff71c9ec2a079cfb0680cce21f686))
* **VuetifyTiptap:** override configurations for duplicate extensions, update tsconfig ([8830fe3](https://github.com/yikoyu/vuetify-pro-tiptap/commit/8830fe3c9c73a7b26e6314ef46f59add35379906))

## [2.4.1](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.4.0...v2.4.1) (2024-01-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-pro-tiptap",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",
"description": "tiptap text editor on vuejs and vuetify",
"private": false,
Expand Down

0 comments on commit e2e2ee7

Please sign in to comment.