Skip to content

Commit

Permalink
Bump to 10.0.0 and check in dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbryanm committed Feb 28, 2019
1 parent de2adc3 commit 27bb406
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "9.6.1",
"version": "10.0.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ return {
]
}
],
"disallow_base64": true,
"url": "https://docs.imgix.com/apis/url/auto",
"short_description": "Applies automatic enhancements to images."
},
Expand Down Expand Up @@ -544,6 +545,7 @@ return {
]
}
],
"disallow_base64": true,
"url": "https://docs.imgix.com/apis/url/format/ch",
"short_description": "Sets one or more Client-Hints headers"
},
Expand Down Expand Up @@ -2863,7 +2865,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "9.6.1"
"version": "10.0.0"
};

}));
4 changes: 3 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
]
}
],
"disallow_base64": true,
"url": "https://docs.imgix.com/apis/url/auto",
"short_description": "Applies automatic enhancements to images."
},
Expand Down Expand Up @@ -528,6 +529,7 @@
]
}
],
"disallow_base64": true,
"url": "https://docs.imgix.com/apis/url/format/ch",
"short_description": "Sets one or more Client-Hints headers"
},
Expand Down Expand Up @@ -2847,5 +2849,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "9.6.1"
"version": "10.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "9.6.1",
"version": "10.0.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 27bb406

Please sign in to comment.