From 3b1ead967ecb775c02c34d15f65923f22b541155 Mon Sep 17 00:00:00 2001 From: David Royer Date: Fri, 20 Aug 2021 23:53:53 -0400 Subject: [PATCH] chore(release): 2.10.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e43f9..b3ada1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.10.3](https://github.com/davidroyer/vue2-editor/compare/v2.10.2...v2.10.3) (2021-08-21) + + + ### [2.10.3-ssr.5](https://github.com/davidroyer/vue2-editor/compare/v2.10.3-ssr.4...v2.10.3-ssr.5) (2021-08-19) diff --git a/package.json b/package.json index 8ec7571..d834263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue2-editor", - "version": "2.10.2", + "version": "2.10.3", "description": "HTML editor using Vue.js 2, and Quill.js, an open source editor", "author": { "name": "David Royer",