From fbd95a795097ae40e6f3dd27deb68f6c3e58a417 Mon Sep 17 00:00:00 2001 From: mirari Date: Wed, 3 Jan 2024 15:19:23 +0800 Subject: [PATCH] chore(release): 3.0.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3e317..4bd3ad9 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. +### [3.0.12](https://github.com/mirari/v-viewer/compare/v3.0.11...v3.0.12) (2024-01-03) + ### [3.0.11](https://github.com/mirari/v-viewer/compare/v3.0.9...v3.0.11) (2022-10-25) diff --git a/package.json b/package.json index dd58557..f1a7e09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v-viewer", "scope": "VueViewer", - "version": "3.0.11", + "version": "3.0.12", "description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js", "author": "mirari", "license": "MIT",