Skip to content

Commit 7ad9444

Browse files
committed
Bump version
1 parent 081a298 commit 7ad9444

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.10.0 (Ago 27, 2017)
1+
### 1.10.0 (Set 9, 2017)
22
* Added support for EJS.
33

44
### 1.9.0 (Ago 27, 2017)

README.md

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

2526
## Contributions
2627
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
2728

28-
## What's new in version 1.9.0 (Ago 27, 2017)
29-
* Added support for Handlebars.
29+
## What's new in version 1.10.0 (Set 9, 2017)
30+
* Added support for EJS.
3031

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

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

0 commit comments

Comments
 (0)