From e2e2ee759c1eb52213538c1bce33fec5216f793c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 04:26:30 +0000 Subject: [PATCH] chore(release): 2.4.2 [skip ci] ## [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)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2301557..b088047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fece676..d75176e 100644 --- a/package.json +++ b/package.json @@ -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,