summaryrefslogtreecommitdiff
path: root/packages/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'packages/upgrade')
-rw-r--r--packages/upgrade/CHANGELOG.md28
-rw-r--r--packages/upgrade/package.json2
2 files changed, 29 insertions, 1 deletions
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md
index 969c359b6..8ea9a0f39 100644
--- a/packages/upgrade/CHANGELOG.md
+++ b/packages/upgrade/CHANGELOG.md
@@ -1,5 +1,33 @@
# @astrojs/upgrade
+## 0.2.0
+
+### Minor Changes
+
+- [#9118](https://github.com/withastro/astro/pull/9118) [`000e8f465`](https://github.com/withastro/astro/commit/000e8f4654cae9982e21e0a858366c4844139db6) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Initial release!
+
+ `@astrojs/upgrade` is an automated command-line tool for upgrading Astro and your official Astro integrations together.
+
+ Inside of your existing `astro` project, run the following command to install the `latest` version of your integrations.
+
+ **With NPM:**
+
+ ```bash
+ npx @astrojs/upgrade
+ ```
+
+ **With Yarn:**
+
+ ```bash
+ yarn dlx @astrojs/upgrade
+ ```
+
+ **With PNPM:**
+
+ ```bash
+ pnpm dlx @astrojs/upgrade
+ ```
+
## 0.1.0-beta.0
### Minor Changes
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index 69fd31694..1f5eb5f86 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
- "version": "0.2.0-beta.0",
+ "version": "0.2.0",
"type": "module",
"author": "withastro",
"license": "MIT",