summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
2 files changed, 3 insertions, 7 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 2bae868cf..fdede147e 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,12 +1,8 @@
# astro
-## 0.1.2
+## 0.10.0
-### Patch Changes
-
-- Bump version to avoid conflict
-
-## 0.1.0
+`astro` has been bumped to `0.10.0` to avoid conflicts with the previously publish `astro` package (which was graciously donated to us at `v0.9.2`).
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index a177d81e8..231f4662d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.1.2",
+ "version": "0.9.0",
"author": "Skypack",
"license": "MIT",
"type": "module",