Skip to content

Commit 1d303b2

Browse files
committed
Bump version to 1.0.1
1 parent 1b020ba commit 1d303b2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: HISTORY.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## [1.0.1] - 2016-07-09
4+
### Fixed
5+
- Fixed "Cannot read property 'document' of undefined" error.
6+
- Fixed report link styles
7+
38
## [1.0.0] - 2016-05-17
49
### Changed
510
- HTML output for the report with navigation between files
@@ -26,7 +31,8 @@
2631
- Complexity analysis command.
2732
- Option to configure calculated metrics per function.
2833

29-
[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...HEAD
34+
[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...HEAD
35+
[1.0.1]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...v1.0.0
3036
[1.0.0]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...v0.2.2
3137
[0.2.2]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
3238
[0.2.1]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...v0.2.1

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "js-complexity-analysis",
33
"displayName": "JS Complexity Analysis",
44
"description": "Produce a complexity analysis report of your JS project",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "TomiTurtiainen",
77
"engines": {
88
"vscode": "^1.1.0"

0 commit comments

Comments
 (0)