Skip to content

Commit e42bf01

Browse files
committed
Bump version to 1.0.3
1 parent 9f228c6 commit e42bf01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ A Visual Studio Code extension that provides CSS class name completion for the H
1515
* Support for PHP, Razor, Jade...
1616

1717
## Changelog
18+
### 1.0.3 (Sep 27, 2016)
19+
* Fixed error showing up whenever there were no workspace opened
20+
1821
### 1.0.2 (Sep 17, 2016)
1922
* Refactored to add proper asynchronous parallel parsing of the documents
2023

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": "HTML CSS Class Completion",
44
"description": "Provides CSS class name completion for the HTML class attribute based on the CSS files on your workspace.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.4.0"

0 commit comments

Comments
 (0)