Skip to content

Commit 9564c4a

Browse files
author
Gilad Gray
committed
0.4.1
1 parent c900140 commit 9564c4a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
### 0.4.1
2+
- fix syntax highlighting for object deconstruct & rename syntax
3+
```js
4+
// old is now gray like a key, not teal like a variable
5+
const { old: newName } = obj;
6+
```
7+
18
## 0.4.0
29
- requires VSCode `^1.9.0` for new syntax highlighting algorithm
310
- darker background color
411

5-
## 0.3.1
12+
### 0.3.1
613
- quick republish to fix screenshot
714

815
## 0.3.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "theme-blueprint",
33
"displayName": "Blueprint",
44
"description": "Palantir Blueprint syntax theme for VS Code",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"publisher": "giladgray",
77
"engines": {
88
"vscode": "^1.9.0"
@@ -43,4 +43,4 @@
4343
"url": "https://github.com/giladgray/vscode-theme-blueprint/issues"
4444
},
4545
"homepage": "https://github.com/giladgray/vscode-theme-blueprint#readme"
46-
}
46+
}

0 commit comments

Comments
 (0)