Skip to content

Commit

Permalink
2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 20, 2023
1 parent 3f93834 commit e5d3afc
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.27.1](https://github.com/plantain-00/type-coverage/compare/v2.27.0...v2.27.1) (2023-12-20)

* support tsconfig extends array ([3f93834](https://github.com/plantain-00/type-coverage/commit/3f938348e4f91ab519cbb3a38bb02c9b6f50ba6d))
* chore: update dependencies ([1798d6f](https://github.com/plantain-00/type-coverage/commit/1798d6f373f12b54c428d29e904e6e24922b9c0d)) ([dd48902](https://github.com/plantain-00/type-coverage/commit/dd489023867b0c43b008a15c230fc021953d2eb5))

## [2.27.0](https://github.com/plantain-00/type-coverage/compare/v2.26.4...v2.27.0) (2023-10-11)

* docs: --json-output ([8d394e7](https://github.com/plantain-00/type-coverage/commit/8d394e7c0fa481ec39d27c6ca71b3f3343bfa74b))
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.27.0",
"version": "2.27.1",
"description": "A CLI tool to check type coverage for typescript code",
"repository": "https://github.com/plantain-00/type-coverage.git",
"author": "york yao <[email protected]>",
"license": "MIT",
"dependencies": {
"minimist": "1",
"type-coverage-core": "^2.26.3"
"type-coverage-core": "^2.27.1"
},
"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.26.3",
"version": "2.27.1",
"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.26.4",
"version": "2.27.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.26.3"
"type-coverage-core": "^2.27.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit e5d3afc

Please sign in to comment.