summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2021-05-17 10:16:30 -0500
committerGravatar Nate Moore <nate@skypack.dev> 2021-05-17 10:16:30 -0500
commit507eabe9f0ac93334a459708b6cc181ac8dcf4a3 (patch)
treef2843d735b6ecaded4e5c16d3eead128002597a2
parent73bab5e3856e607494335869b73f02f79270ee05 (diff)
downloadastro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.tar.gz
astro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.tar.zst
astro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.zip
chore: fix version
-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",