Skip to content

Commit a46ac59

Browse files
committed
Update README.md, CHANGELOG.md; Bump version
1 parent 1a91485 commit a46ac59

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## What's new in version 1.8.0 (Jul 22, 2017)
2+
* Added support for Embedded Ruby (.html.erb).
3+
14
### 1.7.0 (Jun 9, 2017)
25
* Added support for Markdown.
36

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ A Visual Studio Code extension that provides CSS class name completion for the H
1616
* JavaScript
1717
* JavaScript React (.jsx)
1818
* TypeScript React (.tsx)
19-
* Vue (.vue) [requires [vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur)]
19+
* Vue (.vue) [requires [octref.vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur)]
2020
* Twig
2121
* Markdown (.md)
22+
* Embedded Ruby (.html.erb) [requires [rebornix.Ruby](https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby)]
2223

2324
## Contributions
2425
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).
2526

26-
## What's new in version 1.7.0 (Jun 9, 2017)
27-
* Added support for Markdown.
27+
## What's new in version 1.8.0 (Jul 22, 2017)
28+
* Added support for Embedded Ruby (.html.erb).
2829

2930
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.
3031

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.7.0",
5+
"version": "1.8.0",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.4.0"

0 commit comments

Comments
 (0)