Skip to content

Commit

Permalink
2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 31, 2024
1 parent 9366a95 commit baf6a95
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.27.2](https://github.com/plantain-00/type-coverage/compare/v2.27.1...v2.27.2) (2024-03-31)

* fix: unhandled accessor keyword ([9366a95](https://github.com/plantain-00/type-coverage/commit/9366a95cbb8bef68a7c4ccda42779f180ab6799e))
* chore: update [email protected] ([1a4a4ff](https://github.com/plantain-00/type-coverage/commit/1a4a4ff43b2d67a4c953b5f0db63523cf87d70c4))
* chore: update dependencies ([c1c252f](https://github.com/plantain-00/type-coverage/commit/c1c252f9a5ae8eaea317112799bef70c78d1f1f0)) ([247d801](https://github.com/plantain-00/type-coverage/commit/247d801cb696077920a8ef7955c51beac2d77ed0)) ([8a325d2](https://github.com/plantain-00/type-coverage/commit/8a325d211138da75aa634f60b6b9dad327c1ee78))

## [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))
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.1",
"version": "2.27.2",
"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.27.1"
"type-coverage-core": "^2.27.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.27.1",
"version": "2.27.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.27.1",
"version": "2.27.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.27.1"
"type-coverage-core": "^2.27.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit baf6a95

Please sign in to comment.