Skip to content

Commit 7a7b490

Browse files
committed
1.1.1
1 parent 1b63dfb commit 7a7b490

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.1.1"></a>
2+
# [1.1.0](https://github.com/compodoc/ts-stats/compare/1.1.0...1.1.1) (2018-04-13)
3+
4+
## Bug fixes
5+
6+
* **cli:** defaults were not taken into account. ([43cec9ab](https://github.com/compodoc/ts-stats/commit/43cec9ab))
7+
* **cli:** package.json file not available. ([1b63dfb3](https://github.com/compodoc/ts-stats/commit/1b63dfb3))
8+
19
<a name="1.1.0"></a>
210
# [1.1.0](https://github.com/compodoc/ts-stats/compare/1.0.0...1.1.0) (2018-04-12)
311

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.1.0",
3+
"version": "1.1.1",
44
"description": "Gets interesting statistics about any TypeScript application",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)