Skip to content

Commit

Permalink
2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 15, 2020
1 parent 0136b30 commit ec92f1c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.14.0](https://github.com/plantain-00/type-coverage/compare/v2.13.4...v2.14.0) (2020-10-16)

* docs: add docs for --ignore-unread ([0136b30](https://github.com/plantain-00/type-coverage/commit/0136b30e4a7656eb6683bf802ccedf1d9579684f))
* Ignore unread anys ([a775102](https://github.com/plantain-00/type-coverage/commit/a7751020eda89dc8fdfbe75af41b95111e101385))
* chore: update dependencies ([61e15e7](https://github.com/plantain-00/type-coverage/commit/61e15e76f9d5c0477f8a5cc05f20a555b8a77923))

## [2.13.4](https://github.com/plantain-00/type-coverage/compare/v2.13.3...v2.13.4) (2020-10-08)

## [2.13.3](https://github.com/plantain-00/type-coverage/compare/v2.13.2...v2.13.3) (2020-10-08)
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "type-coverage",
"version": "2.13.3",
"version": "2.14.0",
"description": "A CLI tool to check type coverage for typescript code",
"repository": "https://github.com/plantain-00/type-coverage.git",
"author": "york yao <yaoao12306@outlook.com>",
"license": "MIT",
"dependencies": {
"minimist": "1",
"type-coverage-core": "^2.13.3"
"type-coverage-core": "^2.14.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.13.3",
"version": "2.14.0",
"description": "A library to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-plugin-type-coverage",
"version": "2.13.3",
"version": "2.14.0",
"description": "A typescript language service plugin to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"tslib": "1 || 2",
"type-coverage-core": "^2.13.3"
"type-coverage-core": "^2.14.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-type-coverage",
"displayName": "type-coverage",
"description": "VSCode plugin for type-coverage.",
"version": "2.13.3",
"version": "2.14.0",
"author": "York Yao",
"publisher": "york-yao",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"main": "./dist/index",
"dependencies": {
"ts-plugin-type-coverage": "^2.13.3"
"ts-plugin-type-coverage": "^2.14.0"
},
"devDependencies": {
"typescript": "4.0.3"
Expand Down

0 comments on commit ec92f1c

Please sign in to comment.