diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cfc8e01bf01a..0354ef7a75c8 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 12.15.0 -_Released 06/20/2023 (PENDING)_ +_Released 06/20/2023_ **Features:** diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index c59a94f1f7c8..4fcad80e7ce1 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -3062,7 +3062,7 @@ declare namespace Cypress { * specified will remain in the response headers. * * Please see the documentation for more information. - * @see https://on.cypress.io/configuration#experimentalCspAllowList + * @see https://on.cypress.io/experiments#Experimental-CSP-Allow-List * @default false */ experimentalCspAllowList: boolean | experimentalCspAllowedDirectives[], @@ -3077,7 +3077,7 @@ declare namespace Cypress { * Please see https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity. * This option has no impact on experimentalSourceRewriting and is only used with the * non-experimental source rewriter. - * @see https://on.cypress.io/configuration#experimentalModifyObstructiveThirdPartyCode + * @see https://on.cypress.io/experiments#Configuration */ experimentalModifyObstructiveThirdPartyCode: boolean /** @@ -3087,6 +3087,7 @@ declare namespace Cypress { * navigations, and will require the use of cy.origin(). This option takes an array of * strings/string globs. * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/domain + * @see https://on.cypress.io/experiments#Experimental-Skip-Domain-Injection * @default null */ experimentalSkipDomainInjection: string[] | null diff --git a/package.json b/package.json index f8b22384f38d..9f7bcef9752b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "12.14.0", + "version": "12.15.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {