diff options
author | 2021-05-17 10:16:30 -0500 | |
---|---|---|
committer | 2021-05-17 10:16:30 -0500 | |
commit | 507eabe9f0ac93334a459708b6cc181ac8dcf4a3 (patch) | |
tree | f2843d735b6ecaded4e5c16d3eead128002597a2 | |
parent | 73bab5e3856e607494335869b73f02f79270ee05 (diff) | |
download | astro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.tar.gz astro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.tar.zst astro-507eabe9f0ac93334a459708b6cc181ac8dcf4a3.zip |
chore: fix version
-rw-r--r-- | packages/astro/CHANGELOG.md | 8 | ||||
-rw-r--r-- | 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 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", |