From 943f438f69f568409637197cbe91c4b165812d85 Mon Sep 17 00:00:00 2001 From: mirari Date: Sat, 6 Jan 2024 12:42:32 +0800 Subject: [PATCH] chore(release): 1.7.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0bb00..c3a50bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.7.4](https://github.com/mirari/v-viewer/compare/v1.7.3...v1.7.4) (2024-01-06) + ### [1.7.3](https://github.com/mirari/v-viewer/compare/v1.6.4...v1.7.3) (2024-01-03) diff --git a/package.json b/package.json index 28d3252..7be30df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-viewer", "scope": "VueViewer", - "version": "1.7.3", + "version": "1.7.4", "description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js", "main": "./dist/index.umd.js", "unpkg": "./dist/index.umd.js",