Skip to content

Commit f93d6a2

Browse files
committed
Pumped up version and updated readme and change log
1 parent d3838fa commit f93d6a2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

HISTORY.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# History
22

3+
## [0.2.2] - 2016-02-23
4+
### Fixed
5+
- Fixed bug in "Project complexity analysis" that caused incorrect paths on Windows machines.
6+
37
## [0.2.1] - 2016-02-10
4-
### Changed
8+
### Fixed
59
- Fixed bug in "Project complexity analysis" error handling
610

711
## [0.2.0] - 2016-02-10
@@ -13,11 +17,12 @@
1317
- Calculated metrics are now rounded to two decimals.
1418
- Legend is now formatted as a table
1519

16-
## [0.1.0] - 2016-02-01
20+
## 0.1.0 - 2016-02-01
1721
### Added
1822
- Complexity analysis command.
1923
- Option to configure calculated metrics per function.
2024

21-
[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...HEAD
25+
[Unreleased]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.2...HEAD
26+
[0.2.2]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.1...v0.2.2
2227
[0.2.1]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.2.0...v0.2.1
2328
[0.2.0]: https://github.com/tomi/vscode-js-complexity-analysis/compare/v0.1.0...v0.2.0

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ For example:
6767
]
6868
````
6969

70+
## Change Log
71+
[View](https://github.com/tomi/vscode-js-complexity-analysis/blob/master/HISTORY.md)
72+
7073
## Bugs
7174
Report them [here](https://github.com/tomi/vscode-js-complexity-analysis/issues).
7275

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": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "TomiTurtiainen",
77
"engines": {
88
"vscode": "^0.10.1"

0 commit comments

Comments
 (0)