Skip to content

Commit

Permalink
Merge pull request #501 from salesforce/prepare_v5.1.2
Browse files Browse the repository at this point in the history
Prepare v5.1.2
  • Loading branch information
colincasey authored Feb 28, 2025
2 parents 824b401 + 7034c22 commit a2c72ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/docs/tough-cookie.version.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ The version of `tough-cookie`
**Signature:**

```typescript
version = "5.1.1"
version = "5.1.2"
```
2 changes: 1 addition & 1 deletion api/tough-cookie.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* The version of `tough-cookie`
* @public
*/
export const version = '5.1.1'
export const version = '5.1.2'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"RFC6265",
"RFC2965"
],
"version": "5.1.1",
"version": "5.1.2",
"homepage": "/~https://github.com/salesforce/tough-cookie",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2c72ef

Please sign in to comment.