Skip to content

Commit

Permalink
chore(release): @remix-pwa/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# @remix-pwa/worker-runtime 2.0.0 (2023-09-14)

### Bug Fixes

* revert 'event.request.clone()' when creating arguments 7ad2fb1

### Features

* **compiler:** adding assets to the manifest 8006781
* **worker-runtime:** preparing runtime for a v2 release 482f39a

### BREAKING CHANGES

* **worker-runtime:** bumping to `v2`
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent 2f2349b commit 19378cf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/worker-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# @remix-pwa/worker-runtime 2.0.0 (2023-09-14)


### Bug Fixes

* revert 'event.request.clone()' when creating arguments 7ad2fb1


### Features

* **compiler:** adding assets to the manifest 8006781
* **worker-runtime:** preparing runtime for a v2 release 482f39a


### BREAKING CHANGES

* **worker-runtime:** bumping to `v2`

## @remix-pwa/worker-runtime 1.1.1 (2023-09-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/worker-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-pwa/worker-runtime",
"version": "1.1.1",
"version": "2.0.0",
"description": "A vanilla JavaScript worker runtime for Remix service workers",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 19378cf

Please sign in to comment.