diff --git a/api/docs/tough-cookie.version.md b/api/docs/tough-cookie.version.md index 7b04d95..fbe2ff8 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.0-rc.0" +version = "5.1.0" ``` diff --git a/api/tough-cookie.api.md b/api/tough-cookie.api.md index bc7b969..878e22b 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.0-rc.0"; +export const version = "5.1.0"; // (No @packageDocumentation comment for this package) diff --git a/lib/version.ts b/lib/version.ts index 4ed7740..bd35207 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -2,4 +2,4 @@ * The version of `tough-cookie` * @public */ -export const version = '5.1.0-rc.0' +export const version = '5.1.0' diff --git a/package-lock.json b/package-lock.json index f3d52b3..003673b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tough-cookie", - "version": "5.1.0-rc.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tough-cookie", - "version": "5.1.0-rc.0", + "version": "5.1.0", "license": "BSD-3-Clause", "dependencies": { "tldts": "^6.1.32" diff --git a/package.json b/package.json index 95fbd8b..7b465f7 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "RFC6265", "RFC2965" ], - "version": "5.1.0-rc.0", + "version": "5.1.0", "homepage": "https://github.com/salesforce/tough-cookie", "repository": { "type": "git",