bump to 3.7.1 w /dist/ files compiled, yarn.lock removed, updated release workflow issue template (#2036)

* bump to 3.7.1 and update release notes PR template

* update sw.js

* attempted fix

* fix via https://github.com/npm/cli/issues/2610#issuecomment-914610832

* repeated after removing package-lock.json

* narrowed package-lock.json updates
This commit is contained in:
Jeffrey Warren
2022-01-15 13:55:48 -05:00
committed by GitHub
parent 08d680c49a
commit 79c948d460
5 changed files with 45 additions and 12502 deletions

View File

@@ -1,4 +1,4 @@
const staticCacheName = 'image-sequencer-static-v3.7.0';
const staticCacheName = 'image-sequencer-static-v3.7.1';
self.addEventListener('install', function(e) {
e.waitUntil(
caches.open(staticCacheName).then(function(cache) {