Skip to content

Commit 749536f

Browse files
committed
Bump version
1 parent b8f8090 commit 749536f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### 1.16.2 (Fev 10, 2018)
2+
* Workaround for a bug in the VS Code API.
3+
14
### 1.16.1 (Jan 15, 2018)
2-
* Fix mistake in production build
5+
* Fix mistake in production build.
36

47
### 1.16.0 (Jan 14, 2018)
58
* Automatic re-caching when the extension's User Settings change.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ A Visual Studio Code extension that provides CSS class name completion for the H
3131
## Contributions
3232
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
3333

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

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

4041
## Usage
4142
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."

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "html-css-class-completion",
33
"displayName": "IntelliSense for CSS class names",
44
"description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.",
5-
"version": "1.16.1",
5+
"version": "1.16.2",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.19.0"

0 commit comments

Comments
 (0)