Skip to content

Commit

Permalink
0.3.0: update bannerColor to light green, light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Sep 2, 2024
1 parent 7aa6c3b commit f2c9859
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Change Log

## 0.2.3 (2023-01-29)
## 0.3.0 - 2024-09-01

- Update banner color to light green with light theme

## 0.2.3 - 2023-01-29

- Update GitHub actions to use Node 16

## 0.2.2 (2023-01-29)
## 0.2.2 - 2023-01-29

- Document auto-deployment

## 0.2.1 (2022-07-08)
## 0.2.1 - 2022-07-08

- Add auto-deployment

## 0.2.0 (2022-07-07)
## 0.2.0 - 2022-07-07

- Initial release
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helloworld-2022",
"displayName": "HelloWorld 2022",
"version": "0.2.5",
"version": "0.3.0",
"description": "Because helloworld was taken!",
"categories": [
"Other"
Expand Down Expand Up @@ -94,5 +94,9 @@
},
"engines": {
"vscode": "^1.92.0"
},
"galleryBanner": {
"color": "#8cf287",
"theme": "light"
}
}

0 comments on commit f2c9859

Please sign in to comment.