Version Packages
This commit is contained in:
parent
7f6eb15a21
commit
c3f7555c73
6 changed files with 10 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
feat: allow to resolve outside node_modules as well
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
feat: do not throw on unparseable files, but allow to proceed run for rest of projects
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
fix: swc-traverse does not fail on object proto builtins like "toString"
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
fix: corrected export path for MatchImportAnalyzer
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue