Skip to content

Commit

Permalink
Merge branch 'master' into wjh/revert-domain-to-ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf authored Jan 8, 2025
2 parents 2ff5218 + b407f60 commit 58a5e7e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: read
id-token: write

jobs:
publish:
Expand All @@ -28,4 +29,4 @@ jobs:
- name: Publish
run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
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.0.0"
version = "5.1.0-rc.0"
```
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.0.0";
export const version = "5.1.0-rc.0";

// (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.0.0'
export const version = '5.1.0-rc.0'
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.0.0",
"version": "5.1.0-rc.0",
"homepage": "https://github.com/salesforce/tough-cookie",
"repository": {
"type": "git",
Expand Down

0 comments on commit 58a5e7e

Please sign in to comment.