diff --git a/.changeset/big-gifts-reflect copy 2.md b/.changeset/big-gifts-reflect copy 2.md deleted file mode 100644 index 9a73061e6a..0000000000 --- a/.changeset/big-gifts-reflect copy 2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -feat: allow to resolve outside node_modules as well diff --git a/.changeset/big-gifts-reflect copy 3.md b/.changeset/big-gifts-reflect copy 3.md deleted file mode 100644 index 9b11593702..0000000000 --- a/.changeset/big-gifts-reflect copy 3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -feat: do not throw on unparseable files, but allow to proceed run for rest of projects diff --git a/.changeset/big-gifts-reflect copy.md b/.changeset/big-gifts-reflect copy.md deleted file mode 100644 index 23899f5172..0000000000 --- a/.changeset/big-gifts-reflect copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -fix: swc-traverse does not fail on object proto builtins like "toString" diff --git a/.changeset/big-gifts-reflect.md b/.changeset/big-gifts-reflect.md deleted file mode 100644 index 013cdd9648..0000000000 --- a/.changeset/big-gifts-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -fix: corrected export path for MatchImportAnalyzer diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index a036edc2b7..eaf7904f22 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.15.1 + +### Patch Changes + +- 7f6eb15a: feat: allow to resolve outside node_modules as well +- 7f6eb15a: feat: do not throw on unparseable files, but allow to proceed run for rest of projects +- 7f6eb15a: fix: swc-traverse does not fail on object proto builtins like "toString" +- 292dcfc8: fix: corrected export path for MatchImportAnalyzer + ## 0.15.0 ### Minor Changes diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index c8d001797d..dc55cdab99 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.15.0", + "version": "0.15.1", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "license": "MIT", "author": "ing-bank",