Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraposo committed Jul 10, 2022
1 parent 28ab88e commit 63e61f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.0]

- Centered the color picker (@devXprite)

## [1.0.1]

- Update license
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The recommended method for installing CodeUI is via the Extension Marketplace, a
Alternatively, you can download the VSIX from [releases](https://github.com/ryanraposo/codeui/releases) and install using the terminal with command:

```
code --install-extension codeui-1.0.1.vsix
code --install-extension codeui-1.1.0.vsix
```

*Note: it may be necessary to reload vscode if installing via the terminal.*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "SEE LICENSE IN LICENSE.md",
"description": "Customize your color theme for VS Code.",
"icon": "resources/marketplace/codeui-128.png",
"version": "1.0.1",
"version": "1.1.0",
"preview": false,
"galleryBanner": {
"color": "#18191e",
Expand Down

0 comments on commit 63e61f6

Please sign in to comment.