Skip to content

Commit

Permalink
deploy: a2eeb72
Browse files Browse the repository at this point in the history
  • Loading branch information
raycastbot committed Jan 16, 2025
1 parent 4a6d60a commit a68b537
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.88.4"
"version": "1.89.0"
}
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion information/developer-tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10045,7 +10045,7 @@ Raycast provides several tools to smoothen your experience when building 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
Expand Down

0 comments on commit a68b537

Please sign in to comment.