1 parent 63efec3 commit 3e094eaCopy full SHA for 3e094ea
2 files changed
packages/lib/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @workerify/lib
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- Implement scope behaviour, add options on register function
8
9
## 0.2.2
10
11
### Patch Changes
packages/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@workerify/lib",
- "version": "0.2.2",
+ "version": "0.3.0",
"description": "Fastify-like router for Service Workers",
"type": "module",
"main": "./dist/index.js",
0 commit comments