Skip to content

Commit 4ac1c13

Browse files
committed
Bump version
1 parent 614e535 commit 4ac1c13

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## What's new in version 1.8.0 (Jul 22, 2017)
1+
### What's new in version 1.8.1 (Ago 20, 2017)
2+
* Small parsing related fix.
3+
4+
### 1.8.0 (Jul 22, 2017)
25
* Added support for Embedded Ruby (.html.erb).
36

47
### 1.7.0 (Jun 9, 2017)

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ A Visual Studio Code extension that provides CSS class name completion for the H
2222
* Embedded Ruby (.html.erb) [requires [rebornix.Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby)]
2323

2424
## Contributions
25-
You can request new features and/or contribute to the extension development on its [repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues).
25+
You can request new features and/or 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
2626

27-
## What's new in version 1.8.0 (Jul 22, 2017)
27+
## What's new in version 1.8.x (Ago 20, 2017)
2828
* Added support for Embedded Ruby (.html.erb).
29+
* Small parsing related fix.
2930

30-
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/1.7.0/CHANGELOG.md) for the current and previous updates.
31+
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/1.8.1/CHANGELOG.md) for the current and previous updates.
3132

3233
## Usage
3334
If there are HTML files on your workspace the extension automatically starts and look for CSS class definitions. In case new CSS classes are definined or new CSS files are added to the workspace and you also want auto completion for them simply hit the lightning icon you will find on the status bar and execute the command pressing `Ctrl+Shift+P` and then typing "Cache CSS class definitions".

package.json

Lines changed: 1 addition & 1 deletion
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": "Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute.",
5-
"version": "1.8.0",
5+
"version": "1.8.1",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.4.0"

0 commit comments

Comments
 (0)