diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7853a..573f1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.1.0] - 24 May 2024 + +### Changed + +- fix: --ignorefiles was ignoring file extensions when matching - #296 +- fix: --ignoreLocallyUsed had some false positives. Detail: was incorrectly excluding when parent is variable or function declaration - #300 + ## [10.0.1] - 4 Sept 2023 ### Changed diff --git a/package-lock.json b/package-lock.json index 8066dce..ff9a28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-unused-exports", - "version": "10.0.1", + "version": "10.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1875156..0833ff9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-unused-exports", - "version": "10.0.1", + "version": "10.1.0", "description": "ts-unused-exports finds unused exported symbols in your Typescript project", "main": "lib/app.js", "repository": {