Skip to content

Commit 5ce9c45

Browse files
committed
Changelog and package version now 0.0.11
1 parent 24e7b34 commit 5ce9c45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Change Log
22

3+
## 0.0.11
4+
5+
* Improve support for markup headings. For example, headings in AsciiDoc files are now displayed the same way as markdown headings.
6+
37
## 0.0.10
48

5-
* Fix colorization of `instanceof` and `typeof` keyworkds in TypeScript ([#3](https://github.com/ctjdr/pure-sheet-vscode/issues/3))
9+
* Fix colorization of `instanceof` and `typeof` keywords in TypeScript ([#3](https://github.com/ctjdr/pure-sheet-vscode/issues/3))
610

711
## 0.0.9
812

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Pure Sheet",
44
"description": "Eye-friendly light color theme inspired by the Clean Sheet Eclipse theme",
55
"license": "Apache-2.0",
6-
"version": "0.0.10",
6+
"version": "0.0.11",
77
"engines": {
88
"vscode": "^1.47.0"
99
},

0 commit comments

Comments
 (0)