Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zignd committed Feb 10, 2018
1 parent b8f8090 commit 749536f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 1.16.2 (Fev 10, 2018)
* Workaround for a bug in the VS Code API.

### 1.16.1 (Jan 15, 2018)
* Fix mistake in production build
* Fix mistake in production build.

### 1.16.0 (Jan 14, 2018)
* Automatic re-caching when the extension's User Settings change.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ A Visual Studio Code extension that provides CSS class name completion for the H
## Contributions
You can request new features and contribute to the extension development on its [repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues). Look for an issue you're interested in working on, comment on it to let me know you're working on it and submit your pull request! :D

## What's new in version 1.16.1 (Jan 15, 2018)
## What's new in version 1.16.2 (Fev 1015, 2018)
* Automatic re-caching when the extension's User Settings change.
* Fix mistake in production build
* Fix mistake in production build.
* Workaround for a bug in the VS Code API.

Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
Check out the [changelog](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.

## Usage
If there are HTML or JS files on your workspace, the extension automatically starts and looks for CSS class definitions. In case new CSS classes are defined, or new CSS files are added to the workspace, and you also want auto-completion for them, just hit the lightning icon on the status bar. Also, you can execute the command by pressing `Ctrl+Shift+P`(`Cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions."
Expand Down
2 changes: 1 addition & 1 deletion 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": "html-css-class-completion",
"displayName": "IntelliSense for CSS class names",
"description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.",
"version": "1.16.1",
"version": "1.16.2",
"publisher": "Zignd",
"engines": {
"vscode": "^1.19.0"
Expand Down

0 comments on commit 749536f

Please sign in to comment.