diff --git a/docs/.config.json b/docs/.config.json index 77a220212d7..345b477275b 100644 --- a/docs/.config.json +++ b/docs/.config.json @@ -1,3 +1,3 @@ { - "version": "1.88.4" + "version": "1.89.0" } diff --git a/docs/changelog.md b/docs/changelog.md index f6606ba9632..ffdc6e37b58 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.89.0 - 2025-01-15 + +### 💎 Improvements + +- **Cache**: Clearing the cache will now delete all the files in the cache folder instead of the entire folder. + ## 1.88.0 - 2024-12-16 ### 🐞 Fixes diff --git a/docs/information/developer-tools/cli.md b/docs/information/developer-tools/cli.md index e63c00456d7..adf58a2b80d 100644 --- a/docs/information/developer-tools/cli.md +++ b/docs/information/developer-tools/cli.md @@ -7,7 +7,7 @@ description: The Raycast CLI allows you to build, develop, and lint your extensi The CLI is part of the `@raycast/api` package and is automatically installed in your extension directory during setup. To get a list of the available CLI commands, run the following command inside your extension directory: ```bash - npx ray help + npx ray -h ``` ## Build