Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Jul 9, 2016
1 parent 1b020ba commit 1d303b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## [1.0.1] - 2016-07-09
### Fixed
- Fixed "Cannot read property 'document' of undefined" error.
- Fixed report link styles

## [1.0.0] - 2016-05-17
### Changed
- HTML output for the report with navigation between files
Expand All @@ -26,7 +31,8 @@
- Complexity analysis command.
- Option to configure calculated metrics per function.

[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.1...v1.0.0
[1.0.0]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v1.0.0...v0.2.2
[0.2.2]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "js-complexity-analysis",
"displayName": "JS Complexity Analysis",
"description": "Produce a complexity analysis report of your JS project",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "TomiTurtiainen",
"engines": {
"vscode": "^1.1.0"
Expand Down

0 comments on commit 1d303b2

Please sign in to comment.