summaryrefslogtreecommitdiff
path: root/packages/integrations/timer
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/timer')
-rw-r--r--packages/integrations/timer/CHANGELOG.md9
-rw-r--r--packages/integrations/timer/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/timer/CHANGELOG.md b/packages/integrations/timer/CHANGELOG.md
new file mode 100644
index 000000000..504735660
--- /dev/null
+++ b/packages/integrations/timer/CHANGELOG.md
@@ -0,0 +1,9 @@
+# @astrojs/timer
+
+## 0.0.1
+
+### Patch Changes
+
+- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629), [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96), [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d)]:
+ - @astrojs/webapi@2.0.3
+ - astro@2.0.18
diff --git a/packages/integrations/timer/package.json b/packages/integrations/timer/package.json
index 13203a2d5..6d1b40287 100644
--- a/packages/integrations/timer/package.json
+++ b/packages/integrations/timer/package.json
@@ -2,7 +2,7 @@
"name": "@astrojs/timer",
"description": "Preview server for benchmark",
"private": true,
- "version": "0.0.0",
+ "version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -33,7 +33,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",