Skip to content

Commit

Permalink
2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 9, 2021
1 parent ad1cbfc commit b9aa6f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.17.2](https://github.com/plantain-00/type-coverage/compare/v2.17.1...v2.17.2) (2021-04-10)

* fix: fast-glob import ([ad1cbfc](https://github.com/plantain-00/type-coverage/commit/ad1cbfcdb18e7180c772d7db5dad386e9e82cff5))

## [2.17.1](https://github.com/plantain-00/type-coverage/compare/v2.17.0...v2.17.1) (2021-04-09)

* fix: replace glob with fast-glob to solve glob issue ([e17d765](https://github.com/plantain-00/type-coverage/commit/e17d765f8882e39a7cf6d1a6a85b80c74472eb5a))
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.17.1",
"version": "2.17.2",
"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.17.1"
"type-coverage-core": "^2.17.2"
},
"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.17.1",
"version": "2.17.2",
"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.17.1",
"version": "2.17.2",
"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.17.1"
"type-coverage-core": "^2.17.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit b9aa6f6

Please sign in to comment.