From 0655e365e071e5aebc6ee56dc6a867dab693ab47 Mon Sep 17 00:00:00 2001 From: mirari Date: Wed, 3 Jan 2024 18:27:49 +0800 Subject: [PATCH] chore(release): 1.7.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77be325..1c0bb00 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.7.3](https://github.com/mirari/v-viewer/compare/v1.6.4...v1.7.3) (2024-01-03) + + +### Bug Fixes + +* fix util function build error ([bfde730](https://github.com/mirari/v-viewer/commit/bfde730a94a6522e4f9f23b1520fda2fc36429c0)) + ### [1.7.2](https://github.com/mirari/v-viewer/compare/v1.7.1...v1.7.2) (2024-01-03) ### [1.7.1](https://github.com/mirari/v-viewer/compare/v1.7.0...v1.7.1) (2023-06-02) diff --git a/package.json b/package.json index 36cf03d..33aa75a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-viewer", "scope": "VueViewer", - "version": "1.7.2", + "version": "1.7.3", "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",