Skip to content

Commit

Permalink
Merge pull request #5 from dowjones/Add-extension-description
Browse files Browse the repository at this point in the history
fix: Add extension description
  • Loading branch information
WolffRuoff committed Oct 6, 2023
2 parents 48087d2 + 1970c90 commit b1731ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Lastly, this extension also requires a `router.yaml` file at `.rover-runner/rout

## Release Notes

### 0.2.4

Add description to extension

### 0.2.3

README updated for open source
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"icon": "media/RoverLogo.png",
"galleryBanner": {
"color": "#FFEADB",
"theme": "dark"
"theme": "light"
},
"description": "",
"description": "Tooling to locally debug subgraphs deployed to Apollo Studio with the Rover CLI",
"version": "0.2.3",
"engines": {
"vscode": "^1.76.0"
Expand Down

0 comments on commit b1731ee

Please sign in to comment.