Skip to content

Commit

Permalink
version 1.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDaksh committed Dec 10, 2019
1 parent 0abff48 commit 91c7f96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ All notable changes to the "hex-to-rgba" extension will be documented in this fi

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.0] Stable
- Changed Keyboard shortcuts, added a toggle shortcut (check readme)
- Fixed some dependency vulnerabilities (check #e3cc867)
- Added Support for rgba to hex
- Added a preview gif

## [Released]
- Initial release
- Initial release
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Hex-To-RGBA Extension
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/dakshmiglani.hex-to-rgba?style=for-the-badge)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/dakshmiglani.hex-to-rgba?style=for-the-badge)
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/dakshmiglani.hex-to-rgba?style=for-the-badge)
![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/dakshmiglani.hex-to-rgba?style=for-the-badge)

> Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA and vice-versa.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hex-to-rgba",
"displayName": "hex-to-rgba",
"description": "Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA on VSCode easily.",
"version": "0.1.0",
"version": "1.0",
"publisher": "dakshmiglani",
"author": "Daksh Miglani <hello@dak.sh>",
"license": "MIT",
Expand Down

0 comments on commit 91c7f96

Please sign in to comment.