Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dirty-cycles-juggle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cursor-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cursor-api

## 2.1.0

### Minor Changes

- a5d2f78: chore: rename cursor-cli to cursor-tool

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cursor-api",
"version": "2.0.0",
"version": "2.1.0",
"description": "TypeScript library for the Cursor API",
"keywords": [
"cursor",
Expand Down
6 changes: 6 additions & 0 deletions packages/cursor-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cursor-tool

## 2.1.0

### Minor Changes

- a5d2f78: chore: rename cursor-cli to cursor-tool

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cursor-tool",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI tools for Cursor IDE",
"author": "xwartz",
"license": "MIT",
Expand Down