Skip to content

Commit 709b7a8

Browse files
committed
1.1.0
1 parent ef2bc31 commit 709b7a8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
<a name="1.1.0"></a>
2+
# [1.1.0](https://github.com/compodoc/ts-stats/compare/1.0.0...1.1.0) (2018-04-12)
3+
4+
### Features
5+
6+
* **stats:** classes, interfaces, exports, imports, specs (describe, it, xdescribe, xit, fdescribe, fit, expect), LOC (median, mode, average, total)
7+
18
<a name="1.0.0"></a>
2-
## 1.0.0 (2018-04-10)
9+
# [1.0.0](https://github.com/compodoc/ts-stats/releases/tag/1.0.0) (2018-04-10)
310

411
Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/ts-stats",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Gets interesting statistics about any TypeScript application",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)