Skip to content

Commit

Permalink
2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Feb 22, 2021
1 parent 2a4f62b commit 720b884
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.16.0](https://github.com/plantain-00/type-coverage/compare/v2.15.1...v2.16.0) (2021-02-22)

* feat: split strict flag ([2a4f62b](https://github.com/plantain-00/type-coverage/commit/2a4f62b468cd44c2a76e842ff7d168a6e859b84d))
* chore: update dependencies ([1a24073](https://github.com/plantain-00/type-coverage/commit/1a24073d718a12e46ea8b3ae2ce573770dd65d9d))

## [2.15.1](https://github.com/plantain-00/type-coverage/compare/v2.15.0...v2.15.1) (2021-02-17)

* fix: move getProjectRootNamesAndCompilerOptions to core and fix glob and minimatch usage error ([2ae2cbc](https://github.com/plantain-00/type-coverage/commit/2ae2cbc39e12c6394de88cb39c17c2374fd54c30))
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.15.1",
"version": "2.16.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.15.1"
"type-coverage-core": "^2.16.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.15.1",
"version": "2.16.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.15.1",
"version": "2.16.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.15.1"
"type-coverage-core": "^2.16.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 720b884

Please sign in to comment.