From 19fbf1e7b6e290663272712cf433de343a42b158 Mon Sep 17 00:00:00 2001 From: mirari Date: Mon, 12 Jul 2021 20:43:14 +0800 Subject: [PATCH] chore(release): 1.6.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98f766..e2543fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.6.4](https://github.com/mirari/v-viewer/compare/v1.6.3...v1.6.4) (2021-07-12) + + +### Bug Fixes + +* **common:** fix the problem of accidental introduction of vue ([6d0cc4d](https://github.com/mirari/v-viewer/commit/6d0cc4d18facebaed90c9bb06fa294bf24cb8271)) + ### [1.6.3](https://github.com/mirari/v-viewer/compare/v1.6.2...v1.6.3) (2021-06-02) diff --git a/package.json b/package.json index 98721db..4a5b3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-viewer", - "version": "1.6.3", + "version": "1.6.4", "description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js", "main": "dist/v-viewer.js", "types": "types/index.d.ts",