Skip to content

Commit 878259a

Browse files
committed
chore(release): 3.0.16
1 parent a69f20a commit 878259a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [3.0.16](https://github.com/mirari/v-viewer/compare/v3.0.15...v3.0.16) (2024-09-26)
6+
57
### [3.0.15](https://github.com/mirari/v-viewer/compare/v3.0.14...v3.0.15) (2024-09-26)
68

79

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-viewer",
33
"scope": "VueViewer",
4-
"version": "3.0.15",
4+
"version": "3.0.16",
55
"description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js",
66
"author": "mirari",
77
"license": "MIT",
@@ -22,14 +22,14 @@
2222
"image"
2323
],
2424
"main": "./dist/index.umd.js",
25-
"module": "./dist/index.mjs",
25+
"module": "./dist/index.js",
2626
"unpkg": "./dist/index.umd.js",
2727
"types": "./types/index.d.ts",
2828
"type": "module",
2929
"exports": {
3030
".": {
3131
"types": "./types/index.d.js",
32-
"import": "./dist/index.mjs",
32+
"import": "./dist/index.js",
3333
"require": "./dist/index.umd.js"
3434
}
3535
},

0 commit comments

Comments
 (0)