Skip to content

Commit

Permalink
chore(release): 3.1.0-rc.1
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
imgix-git-robot committed May 8, 2023
1 parent 6ede9f8 commit 0bdb26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.4",
"version": "3.1.0-rc.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.0.4';
const VERSION = '3.1.0-rc.1';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 0bdb26d

Please sign in to comment.