Skip to content

Commit 61b4fe7

Browse files
committed
Release 0.2.0
1 parent a1daec3 commit 61b4fe7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ vsc-extension-quickstart.md
88
**/.eslintrc.json
99
**/*.map
1010
**/*.ts
11+
images/**

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.2.0]
44

55
- Added file system watcher to monitor for changes to the current document.
66
This allows the preview to be automatically updated whenever the ZPL file is changed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-zpl-viewer",
33
"displayName": "ZPL Viewer",
44
"description": "Display ZPL files in VSCode.",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"engines": {
77
"vscode": "^1.66.0"
88
},

0 commit comments

Comments
 (0)