Skip to content

Commit 9328fc4

Browse files
authored
Merge pull request #497 from salesforce/wjh/release-v5.1.1
chore: release v5.1.1
2 parents bb3e137 + 2899336 commit 9328fc4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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: 5 additions & 5 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)