Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelio committed Nov 11, 2020
1 parent 558fa0f commit 62229a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Unreleased
## v1.1.0 (2020-11-11)

Features:

1. Detect which ignored error codes specified in the config that did not occur.

If `--auto-update` is passed in, those error codes are automatically removed from the config.

Engineering:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loose-ts-check",
"version": "1.0.1",
"version": "1.1.0",
"description": "Run TS type-check and ignore certain errors in some files",
"bin": "bin/loose-ts-check",
"scripts": {
Expand Down

0 comments on commit 62229a1

Please sign in to comment.