Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
### [3.1.1](v3.1.0...v3.1.1) (2023-05-22)
  • Loading branch information
imgix-git-robot committed May 22, 2023
1 parent 77a879d commit 22eaddc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/imgix-vue.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const IxImg = defineComponent({
});
}
});
const VERSION = "3.1.0-rc.2";
const VERSION = "3.1.0";
const clientOptionDefaults = {
includeLibraryParam: true
};
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-vue.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const IxImg = defineComponent({
});
}
});
const VERSION = "3.1.0-rc.2";
const VERSION = "3.1.0";
const clientOptionDefaults = {
includeLibraryParam: true
};
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-vue.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
});
}
});
const VERSION = "3.1.0-rc.2";
const VERSION = "3.1.0";
const clientOptionDefaults = {
includeLibraryParam: true
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"module": "dist/imgix-vue.esm.js",
"jsnext:main": "dist/imgix-vue.esm.js",
"unpkg": "dist/imgix-vue.min.js",
"version": "3.1.0",
"version": "3.1.1",
"scripts": {
"dev": "vite",
"build": "yarn clean && vite build && yarn build:min",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/imgix-vue/imgix-vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './types';

// Do not change this
const VERSION = '3.1.0';
const VERSION = '3.1.1';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 22eaddc

Please sign in to comment.