Skip to content

Commit

Permalink
chore(release): 2.8.0-beta.4
Browse files Browse the repository at this point in the history
# [2.8.0-beta.4](v2.8.0-beta.3...v2.8.0-beta.4) (2020-06-03)

### Bug Fixes

* small syntax error in disable variable quality ([6a76f8f](6a76f8f))
  • Loading branch information
imgix-git-robot committed Jun 3, 2020
1 parent 6a76f8f commit 83ce0b2
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/vue-imgix.esm.js",
"jsnext:main": "dist/vue-imgix.esm.js",
"unpkg": "dist/vue-imgix.min.js",
"version": "2.8.0-beta.3",
"version": "2.8.0-beta.4",
"scripts": {
"serve": "vue-cli-service serve",
"build": "rollup --config build/rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vue-imgix/vue-imgix.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 = '2.8.0-beta.3';
const VERSION = '2.8.0-beta.4';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 83ce0b2

Please sign in to comment.