Skip to content

Commit

Permalink
Bump version to 0.0.6 and add demo images to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcolmenares committed Jun 11, 2024
1 parent 4dc19be commit a91acd4
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 60 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "css-js-minifier" extension will be documented in thi

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

## [0.0.6] - 2024-06-11
- Add demo images to README.md

## [0.0.5] - 2024-06-09
- Update extension icon

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

The CSS & JS Minifier extension for Visual Studio Code allows you to minify CSS and JavaScript files directly from the editor. Using the minification service provided by [Toptal](https://www.toptal.com/developers/), this extension makes it quick and easy to optimize your files.

## Demo
Minify File through context menu

![Minify File through context menu](https://github.com/miguelcolmenares/css-js-minifier/images/minify.gif)

Minify and Save as New File through context menu

![Minify and Save as New File through context menu](https://github.com/miguelcolmenares/css-js-minifier/images/minify-and-save-as-new-file.gif)


## Key Features

- **CSS and JavaScript Minification**: Minify open CSS and JS files in the editor using commands from the command palette or the context menu.
Expand Down
Binary file added images/minify-and-save-as-new-file.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/minify.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 61 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "css-js-minifier",
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "miguel-colmenares",
"sponsor": {
"url": "https://github.com/sponsors/miguelcolmenares"
Expand Down

0 comments on commit a91acd4

Please sign in to comment.