diff --git a/.changeset/neat-carpets-roll.md b/.changeset/neat-carpets-roll.md deleted file mode 100644 index 2c33cb4..0000000 --- a/.changeset/neat-carpets-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tsconfck': patch ---- - -fix(glob-matching): add implicit `**/*` to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/**/*` for matching. diff --git a/packages/tsconfck/CHANGELOG.md b/packages/tsconfck/CHANGELOG.md index 62ea845..7b627bf 100644 --- a/packages/tsconfck/CHANGELOG.md +++ b/packages/tsconfck/CHANGELOG.md @@ -1,5 +1,11 @@ # tsconfck +## 3.1.4 + +### Patch Changes + +- fix(glob-matching): add implicit `**/*` to path patterns that do not have an extension or wildcard in their last segment, eg `src` becomes `src/**/*` for matching. ([#200](https://github.com/dominikg/tsconfck/pull/200)) + ## 3.1.3 ### Patch Changes diff --git a/packages/tsconfck/package.json b/packages/tsconfck/package.json index d79a39c..e833264 100644 --- a/packages/tsconfck/package.json +++ b/packages/tsconfck/package.json @@ -1,6 +1,6 @@ { "name": "tsconfck", - "version": "3.1.3", + "version": "3.1.4", "description": "A utility to work with tsconfig.json without typescript", "license": "MIT", "author": "dominikg",