Merge pull request #877 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
e9996fa22b
3 changed files with 17 additions and 16 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
'providence-analytics': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Allowlist modes
|
|
||||||
|
|
||||||
#### Features
|
|
||||||
|
|
||||||
- Allowlist mode: autodetects whether analyzed repository is a "git" or "npm" (published artifact) repository.
|
|
||||||
Via the cli `--allowlist-mode 'npm|git|all'` and `--allowlist-mode-reference 'npm|git|all'` can be
|
|
||||||
configured to override the autodetected mode.
|
|
||||||
|
|
||||||
#### Bugfixes
|
|
||||||
|
|
||||||
- Clean output extend-docs: strings like '[no-dependency]' will not end up in aggregated result
|
|
||||||
|
|
@ -1,5 +1,21 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- ca6c8e62: Allowlist modes
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
- Allowlist mode: autodetects whether analyzed repository is a "git" or "npm" (published artifact) repository.
|
||||||
|
Via the cli `--allowlist-mode 'npm|git|all'` and `--allowlist-mode-reference 'npm|git|all'` can be
|
||||||
|
configured to override the autodetected mode.
|
||||||
|
|
||||||
|
#### Bugfixes
|
||||||
|
|
||||||
|
- Clean output extend-docs: strings like '[no-dependency]' will not end up in aggregated result
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "providence-analytics",
|
"name": "providence-analytics",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"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",
|
"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",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue