Skip to content

Commit 98ac716

Browse files
committed
Version 1.0.2 fixes #4 and updates the README
1 parent 55f50bd commit 98ac716

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2021-09-39
9+
10+
### Fixed
11+
12+
- List of possible elements expected is ommited [#4](https://github.com/mikeebowen/ooxml-validator-vscode/issues/4)
13+
14+
### Added
15+
16+
- Updated README with explanation of how to skip creating the log file.
17+
818
## [1.0.1] - 2021-09-03
919

1020
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OOXML Validator",
44
"description": "A VS Code extension to validate Office Open XML files (.docx, .xlsx, and .pptx)",
55
"icon": "assets/icon.png",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"publisher": "mikeebowen",
88
"homepage": "https://github.com/mikeebowen/ooxml-validator-vscode/blob/master/README.md",
99
"repository": {
@@ -128,4 +128,4 @@
128128
"dependencies": {
129129
"csv-writer": "^1.6.0"
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)