From 7cccc8f5093234816fa6b8554b5dba4f9eb76595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Richter?= Date: Wed, 4 Dec 2019 18:19:28 +0100 Subject: [PATCH] 1.8.1 Release --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e852c87..f0aff4f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A minimal [Vue.js](https://vuejs.org) wrapper component for the [Quill](https:// ## Version History +**1.8.1** -- Dec 4, 2019 + +* Fix: distro file name + **1.8** -- Dec 4, 2019 * Add script to build standalone library diff --git a/package.json b/package.json index 526bd03..50d3108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-quill-minimum", - "version": "1.8.0", + "version": "1.8.1", "description": "A minimal Vue.js wrapper component for the Quill editor", "author": "Jörg Richter ", "license": "AGPL-3.0", -- GitLab