From 7034c221775ce87d7027ff44ede9928d7af253cd Mon Sep 17 00:00:00 2001 From: Colin Casey Date: Fri, 28 Feb 2025 13:58:58 -0400 Subject: [PATCH] 5.1.2 --- api/docs/tough-cookie.version.md | 2 +- api/tough-cookie.api.md | 2 +- lib/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/docs/tough-cookie.version.md b/api/docs/tough-cookie.version.md index c45f9b74..4dfc9bc6 100644 --- a/api/docs/tough-cookie.version.md +++ b/api/docs/tough-cookie.version.md @@ -9,5 +9,5 @@ The version of `tough-cookie` **Signature:** ```typescript -version = "5.1.1" +version = "5.1.2" ``` diff --git a/api/tough-cookie.api.md b/api/tough-cookie.api.md index 19b23e50..8bddb253 100644 --- a/api/tough-cookie.api.md +++ b/api/tough-cookie.api.md @@ -299,7 +299,7 @@ export class Store { } // @public -export const version = "5.1.1"; +export const version = "5.1.2"; // (No @packageDocumentation comment for this package) diff --git a/lib/version.ts b/lib/version.ts index 62e782e9..56f23de9 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -2,4 +2,4 @@ * The version of `tough-cookie` * @public */ -export const version = '5.1.1' +export const version = '5.1.2' diff --git a/package-lock.json b/package-lock.json index 9b1c9565..ec8490fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tough-cookie", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tough-cookie", - "version": "5.1.1", + "version": "5.1.2", "license": "BSD-3-Clause", "dependencies": { "tldts": "^6.1.32" diff --git a/package.json b/package.json index 9dde33b2..f548b46c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "RFC6265", "RFC2965" ], - "version": "5.1.1", + "version": "5.1.2", "homepage": "/~https://github.com/salesforce/tough-cookie", "repository": { "type": "git",