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",