Skip to content

Commit 0bdb26d

Browse files
author
imgix-git-robot
committed
chore(release): 3.1.0-rc.1
## [3.1.0-rc.1](v3.0.4...v3.1.0-rc.1) (2023-05-08) ### Features * **vite:** enable running jest tests with vite ([2aee4a6](2aee4a6)) * **vite:** use vite to bundle library ([0849008](0849008)) ### Bug Fixes * remove unused dist files ([3e6d622](3e6d622))
1 parent 6ede9f8 commit 0bdb26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"module": "dist/imgix-vue.esm.js",
2424
"jsnext:main": "dist/imgix-vue.esm.js",
2525
"unpkg": "dist/imgix-vue.min.js",
26-
"version": "3.0.4",
26+
"version": "3.1.0-rc.1",
2727
"scripts": {
2828
"dev": "vite",
2929
"build": "yarn clean && vite build && yarn build:min",

src/plugins/imgix-vue/imgix-vue.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from './types';
1414

1515
// Do not change this
16-
const VERSION = '3.0.4';
16+
const VERSION = '3.1.0-rc.1';
1717

1818
const clientOptionDefaults = {
1919
includeLibraryParam: true,

0 commit comments

Comments
 (0)