Skip to content

Commit

Permalink
2.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 22, 2020
1 parent 31739b1 commit c2b9ecd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.14.5](https://github.com/plantain-00/type-coverage/compare/v2.14.4...v2.14.5) (2020-11-22)

* fix: move project .json code out of catch ([31739b1](https://github.com/plantain-00/type-coverage/commit/31739b1c29c00ddfb5ddfdbd11ba0992ec9dbcea))

## [2.14.4](https://github.com/plantain-00/type-coverage/compare/v2.14.3...v2.14.4) (2020-11-22)

* fix: tsconfig.json extends without .json ([92330f1](https://github.com/plantain-00/type-coverage/commit/92330f1132b4677ced00a6356eb8e3387f7fc635))
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.14.4",
"version": "2.14.5",
"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.14.4"
"type-coverage-core": "^2.14.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-coverage-core",
"version": "2.14.4",
"version": "2.14.5",
"description": "A library 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": {
"minimatch": "3",
"ts-lib-utils": "^2.14.4",
"ts-lib-utils": "^2.14.5",
"tslib": "1 || 2",
"tsutils": "3"
},
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.14.4",
"version": "2.14.5",
"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.14.4"
"type-coverage-core": "^2.14.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-utils",
"version": "2.14.4",
"version": "2.14.5",
"description": "Utils to develop library using typescript",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c2b9ecd

Please sign in to comment.