Skip to content

Commit 2899336

Browse files
committed
5.1.1
1 parent 4954aed commit 2899336

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api/docs/tough-cookie.version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ The version of `tough-cookie`
99
**Signature:**
1010

1111
```typescript
12-
version = "5.1.0"
12+
version = "5.1.1"
1313
```

api/tough-cookie.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export class Store {
299299
}
300300

301301
// @public
302-
export const version = "5.1.0";
302+
export const version = "5.1.1";
303303

304304
// (No @packageDocumentation comment for this package)
305305

lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The version of `tough-cookie`
33
* @public
44
*/
5-
export const version = '5.1.0'
5+
export const version = '5.1.1'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"RFC6265",
7676
"RFC2965"
7777
],
78-
"version": "5.1.0",
78+
"version": "5.1.1",
7979
"homepage": "https://github.com/salesforce/tough-cookie",
8080
"repository": {
8181
"type": "git",

0 commit comments

Comments
 (0)