From b7531318d728edc5b2803b4979d27449f12f4878 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 17:00:44 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/SPSCommerce/sps-api-standards/compare/v1.1.1...v1.1.2) (2022-11-03) ### Bug Fixes * Path Limit Size Rule - Closer Match to API Standards Description ([#43](https://github.com/SPSCommerce/sps-api-standards/issues/43)) ([a5427ae](https://github.com/SPSCommerce/sps-api-standards/commit/a5427ae57f06d7e19fa9eb60caf5ebe7811eb727)) --- sps-api-standards.spectral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sps-api-standards.spectral.yml b/sps-api-standards.spectral.yml index e0dd3de..883f58a 100644 --- a/sps-api-standards.spectral.yml +++ b/sps-api-standards.spectral.yml @@ -126,7 +126,7 @@ rules: then: function: length functionOptions: - max: 75 + max: 100 sps-hosts-https-only: message: "Servers MUST be https and no other protocol is allowed." formats: [oas3]