Version Packages
This commit is contained in:
parent
30e0829a61
commit
895a5a46c3
4 changed files with 18 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
add type support for (the majority of) providence-analytics
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
'providence-analytics': minor
|
||||
---
|
||||
|
||||
Improved dashboard:
|
||||
|
||||
- allows to configure categories in `providence.conf.(m)js`that show up in dashboard
|
||||
- exposes dashboard in cli: `npx providence dashboard`
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
||||
- `providence.conf.(m)js` must be in ESM format.
|
||||
|
|
@ -1,5 +1,22 @@
|
|||
# Change Log
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 96ae18c4: Improved dashboard:
|
||||
|
||||
- allows to configure categories in `providence.conf.(m)js`that show up in dashboard
|
||||
- exposes dashboard in cli: `npx providence dashboard`
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
||||
- `providence.conf.(m)js` must be in ESM format.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 88babab7: add type support for (the majority of) providence-analytics
|
||||
|
||||
## 0.11.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "providence-analytics",
|
||||
"version": "0.11.2",
|
||||
"version": "0.12.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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue