Skip to content

Commit

Permalink
fix: add sw entry
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRBaquero authored Aug 19, 2021
1 parent 3d5a2d6 commit f200404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ module.exports = {
'CHANGELOG.md',
'package.json',
'webtorrent.min.js',
'webtorrent.chromeapp.js'
'webtorrent.chromeapp.js',
'webtorrent.sw.js',
],
message: 'chore(release): ${nextRelease.version} \n\n${nextRelease.notes}'
}
Expand Down

0 comments on commit f200404

Please sign in to comment.