Skip to content

Commit fbf5846

Browse files
committed
Bumped version to v0.6.1
1 parent ee4b67b commit fbf5846

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All changes to G-Code Language Extension will be documented here.
44

5+
## v0.6.1 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.6.1)
6+
7+
### Fixes
8+
9+
- Fixed missing icons in tree / stats views
10+
- Removed redundant refresh icons in stats view
11+
- Added placeholder for stats without auto refresh enabled
12+
513
## v0.6.0 [#](https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.6.0)
614

715
### New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta
135135

136136
## Changelog
137137

138-
Latest Version: v0.6.0
138+
Latest Version: v0.6.1
139139

140140
Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc.
141141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "G-Code Syntax",
44
"shortName": "G-Code",
55
"description": "Turn VSCode into a fully capable G-Code editor, including language support & more.",
6-
"version": "0.6.0",
6+
"version": "0.6.1",
77
"license": "MIT",
88
"publisher": "appliedengdesign",
99
"author": {

0 commit comments

Comments
 (0)