Skip to content

Commit

Permalink
feat: add cs=origin
Browse files Browse the repository at this point in the history
  • Loading branch information
arno-fukuda committed Jul 17, 2024
1 parent d7fd0bd commit 0f97864
Show file tree
Hide file tree
Showing 4 changed files with 6 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": "11.22.1",
"version": "11.23.0",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": ["Jason Eberle <jason@imgix.com>"],
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
Expand Down
3 changes: 2 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.22.1",
"version": "11.23.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1008,6 +1008,7 @@ return {
{
"type": "string",
"possible_values": [
"source",
"srgb",
"adobergb1998",
"tinysrgb",
Expand Down
3 changes: 2 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.22.1",
"version": "11.23.0",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -992,6 +992,7 @@
{
"type": "string",
"possible_values": [
"source",
"srgb",
"adobergb1998",
"tinysrgb",
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.22.1",
"version": "11.23.0",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 0f97864

Please sign in to comment.