Skip to content

Commit f27648d

Browse files
authored
Merge pull request #484 from salesforce/prepare-v5.1.0
Prepare release v5.1.0
2 parents 80cf3c9 + 7020bb0 commit f27648d

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-rc.0"
12+
version = "5.1.0"
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-rc.0";
302+
export const version = "5.1.0";
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-rc.0'
5+
export const version = '5.1.0'

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-rc.0",
78+
"version": "5.1.0",
7979
"homepage": "https://github.com/salesforce/tough-cookie",
8080
"repository": {
8181
"type": "git",

0 commit comments

Comments
 (0)