Skip to content

Commit

Permalink
Merge pull request #304 from salesforce/prepare-release-5.0.0-rc.0
Browse files Browse the repository at this point in the history
Preparing for release `5.0.0-rc.0`
  • Loading branch information
colincasey committed Sep 27, 2023
2 parents 7b8e86c + e30166b commit 5282a62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/__tests__/cookieJar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ describe('CookieJar', () => {
prefixSecurity: 'silent',
rejectPublicSuffixes: true,
storeType: 'MemoryCookieStore',
version: '[email protected]',
version: '[email protected]-rc.0',
}
expect(data).toEqual(expected)
},
Expand Down
2 changes: 1 addition & 1 deletion lib/__tests__/jarSerialization.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jest.useFakeTimers()

describe('cookieJar serialization', () => {
it('should use the expected version', () => {
expect(version).toBe('5.0.0')
expect(version).toBe('5.0.0-rc.0')
})

it('should provide the list of serialized properties available for a Cookie with `Cookie.serializableProperties`', () => {
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '5.0.0'
export const version = '5.0.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 @@ -67,7 +67,7 @@
"RFC6265",
"RFC2965"
],
"version": "5.0.0",
"version": "5.0.0-rc.0",
"homepage": "https://github.com/salesforce/tough-cookie",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5282a62

Please sign in to comment.