summaryrefslogtreecommitdiff
path: root/packages/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'packages/upgrade')
-rw-r--r--packages/upgrade/CHANGELOG.md29
-rw-r--r--packages/upgrade/package.json2
2 files changed, 30 insertions, 1 deletions
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md
new file mode 100644
index 000000000..28aad390e
--- /dev/null
+++ b/packages/upgrade/CHANGELOG.md
@@ -0,0 +1,29 @@
+# @astrojs/upgrade
+
+## 0.1.0
+
+### Minor Changes
+
+- [#8525](https://github.com/withastro/astro/pull/8525) [`5a3875018`](https://github.com/withastro/astro/commit/5a38750188d1af30ea5277cea70f454c363b5062) Thanks [@natemoo-re](https://github.com/natemoo-re)! - 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
+ ```
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index b4b851c88..732f09968 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
- "version": "0.0.1",
+ "version": "0.1.0",
"type": "module",
"author": "withastro",
"license": "MIT",