Skip to content

Commit

Permalink
2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jan 17, 2022
1 parent 5111739 commit 1d0d50d
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.19.1](https://github.com/plantain-00/type-coverage/compare/v2.19.0...v2.19.1) (2022-01-17)

* ignore BitInt literal ([5111739](https://github.com/plantain-00/type-coverage/commit/5111739689f51d14db5e7b19f0a2928a191f8841))
* chore: update dependencies ([30e1510](https://github.com/plantain-00/type-coverage/commit/30e1510d75c20a68411c049b549248c03ea56728)) ([b23723e](https://github.com/plantain-00/type-coverage/commit/b23723e7a2386e33bae3fcf5ed20864ce89f581a)) ([edb095f](https://github.com/plantain-00/type-coverage/commit/edb095f8a1621538db1e4a04b3eea61e8c02c38e)) ([0b16bea](https://github.com/plantain-00/type-coverage/commit/0b16beaf57918ecfa21c2ff7a4397b93b20417b0))

## [2.19.0](https://github.com/plantain-00/type-coverage/compare/v2.19.0-alpha.0...v2.19.0) (2021-11-05)

### [2.19.0-alpha.0](https://github.com/plantain-00/type-coverage/compare/v2.18.3...v2.19.0-alpha.0) (2021-10-28)
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.19.0",
"version": "2.19.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.18.3"
"type-coverage-core": "^2.19.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.18.3",
"version": "2.19.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.18.3",
"version": "2.19.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.18.3"
"type-coverage-core": "^2.19.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 1d0d50d

Please sign in to comment.