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