Skip to content

Commit

Permalink
🆙 1.3.0
Browse files Browse the repository at this point in the history
kobezzza committed Sep 11, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 505595f commit 73e2a67
Showing 3 changed files with 30 additions and 27 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -15,14 +15,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

#### :rocket: New Feature

* Simplify running the checker:
```
npx @v4fire/typescript-check
```
instead of
```
node ./node_modules/@v4fire/typescript-check/index.js
```
* Simplified running the checker:

```bash
npx @v4fire/typescript-check
```

instead of

```bash
node ./node_modules/@v4fire/typescript-check/index.js
```

## v1.2.0 (2020-08-28)

26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@v4fire/typescript-check",
"version": "1.2.0",
"version": "1.3.0",
"description": "Tool to check typescript errors",
"homepage": "https://github.com/v4fire/typescriptCheck#readme",
"main": "index.js",
@@ -18,10 +18,10 @@
"url": "https://github.com/v4fire/typescriptCheck/issues"
},
"dependencies": {
"@actions/core": "^1.2.4",
"typescript": "^3.9.3",
"upath": "^1.2.0",
"chalk": "^4.0.0",
"arg": "4.1.3"
"@actions/core": "^1.2.5",
"arg": "4.1.3",
"chalk": "^4.1.0",
"typescript": "^3.9.7",
"upath": "^1.2.0"
}
}

0 comments on commit 73e2a67

Please sign in to comment.