Skip to content

Commit 98c7726

Browse files
authored
6.0.0-rc.1 (#535)
1 parent c024d1d commit 98c7726

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 = "6.0.0-rc.0"
12+
version = "6.0.0-rc.1"
1313
```

api/tough-cookie.api.md

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

302302
// @public
303-
export const version = "6.0.0-rc.0";
303+
export const version = "6.0.0-rc.1";
304304

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

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

0 commit comments

Comments
 (0)