Skip to content

Commit

Permalink
2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 31, 2020
1 parent 2c000f2 commit ea8f882
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 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.1](https://github.com/plantain-00/type-coverage/compare/v2.14.0...v2.14.1) (2020-10-31)

* Respect user baseUrl for basePath ([2c000f2](https://github.com/plantain-00/type-coverage/commit/2c000f2b32d4c737f2788264cd3ec2346fac0f84))
* chore: update dependencies ([3fe24fa](https://github.com/plantain-00/type-coverage/commit/3fe24faf8ee7af673285337142f79f89fe591b14)) ([bf57bdc](https://github.com/plantain-00/type-coverage/commit/bf57bdc488b7e40f2ed1bdaae9cf0b1fe921161d)) ([0ef54ac](https://github.com/plantain-00/type-coverage/commit/0ef54ace59f165faada605fb78d18d0a42680c2c))
* fix: vscode plugin publish script ([73d735f](https://github.com/plantain-00/type-coverage/commit/73d735f17cc0072e4c36bda2b6a4e0a940c9d4e1))

## [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))
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.0",
"version": "2.14.1",
"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.0"
"type-coverage-core": "^2.14.1"
},
"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.0",
"version": "2.14.1",
"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.10.0",
"ts-lib-utils": "^2.14.1",
"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.0",
"version": "2.14.1",
"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.0"
"type-coverage-core": "^2.14.1"
},
"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.13.4",
"version": "2.14.1",
"description": "Utils to develop library using typescript",
"main": "dist/index.js",
"module": "es/index.js",
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.14.0",
"version": "2.14.1",
"author": "York Yao",
"publisher": "york-yao",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"main": "./dist/index",
"dependencies": {
"ts-plugin-type-coverage": "^2.14.0"
"ts-plugin-type-coverage": "^2.14.1"
},
"devDependencies": {
"typescript": "4.0.5"
Expand Down

0 comments on commit ea8f882

Please sign in to comment.