From 507eabe9f0ac93334a459708b6cc181ac8dcf4a3 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 17 May 2021 10:16:30 -0500 Subject: [PATCH] chore: fix version --- packages/astro/CHANGELOG.md | 8 ++------ packages/astro/package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 2bae868cfb..fdede147e3 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 a177d81e87..231f4662da 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",