Skip to content

Commit

Permalink
2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Sep 29, 2020
1 parent a13a875 commit 7b0468d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.13.2](https://github.com/plantain-00/type-coverage/compare/v2.13.1...v2.13.2) (2020-09-29)

* chore: update dependencies ([a13a875](https://github.com/plantain-00/type-coverage/commit/a13a8758774b25713d04794eb241863ffe8836cb)) ([e899427](https://github.com/plantain-00/type-coverage/commit/e899427ba3ed408ce29399cd3fd2237eb6036c7e)) ([374104e](https://github.com/plantain-00/type-coverage/commit/374104e325cbe81359a1d494de61f399e515a811))
* fix: typeExpression may be undefined ([1187e3b](https://github.com/plantain-00/type-coverage/commit/1187e3bd920547133d7c4a40e3cf4ca3594bd213))
* fix: ci failure ([bea8bf3](https://github.com/plantain-00/type-coverage/commit/bea8bf3c240f9f7e9f58e1b580a50945b227efd0))

## [2.13.1](https://github.com/plantain-00/type-coverage/compare/v2.13.0...v2.13.1) (2020-09-13)

* feat: move in vscode plugin source code ([9ed4e05](https://github.com/plantain-00/type-coverage/commit/9ed4e057fd9898ae4405e1f70563dcd6ebc9329c))
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "2.13.2",
"description": "A typescript language service plugin to check type coverage for typescript code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.10.0",
"version": "2.13.2",
"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.13.1",
"version": "2.13.2",
"author": "York Yao",
"publisher": "york-yao",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"main": "./dist/index",
"dependencies": {
"ts-plugin-type-coverage": "^2.13.0"
"ts-plugin-type-coverage": "^2.13.2"
},
"devDependencies": {
"typescript": "4.0.3"
Expand Down

0 comments on commit 7b0468d

Please sign in to comment.