Skip to content

Commit

Permalink
Update mockServiceWorker.js to version 2.6.5
Browse files Browse the repository at this point in the history
- Bumped PACKAGE_VERSION from 2.6.4 to 2.6.5.
- Ensure the latest version is used for development and testing purposes.
- Reminder:
  • Loading branch information
ryota-murakami committed Nov 21, 2024
1 parent 9569f9b commit 046bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.6.4'
const PACKAGE_VERSION = '2.6.5'
const INTEGRITY_CHECKSUM = 'ca7800994cc8bfb5eb961e037c877074'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit 046bc71

Please sign in to comment.