From ce9c1d72fda1d574da2c4621f098c773a0cf96e1 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 26 May 2019 11:41:47 -0400 Subject: [PATCH] update changelog --- Changes | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e7c8789..d41df43 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Release history for vue-svg-pan-zoom +v1.0.1 2019-05-26 + +- corrects the thumbnail docs in the README. (GH#6) + v1.0.0 2019-04-30 - reworks thumbnail logic to be more vue-like. diff --git a/package.json b/package.json index 54b2210..8500cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-svg-pan-zoom", - "version": "1.0.0", + "version": "1.0.1", "description": "Vue component for svg-pan-zoom", "main": "dist/index.js", "author": "Yanick Champoux",