Skip to content

Commit

Permalink
Adding blurhash option to fm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimatealf committed Jan 11, 2021
1 parent 029d4fc commit d197eef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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": "11.11.1",
"version": "11.11.2",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
5 changes: 3 additions & 2 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.11.1",
"version": "11.11.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1255,7 +1255,8 @@ return {
"png8",
"png32",
"webp",
"webm"
"webm",
"blurhash"
]
}
],
Expand Down
5 changes: 3 additions & 2 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.11.1",
"version": "11.11.2",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1239,7 +1239,8 @@
"png8",
"png32",
"webp",
"webm"
"webm",
"blurhash"
]
}
],
Expand Down
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": "11.11.1",
"version": "11.11.2",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit d197eef

Please sign in to comment.