Version Packages

This commit is contained in:
github-actions[bot] 2021-11-16 14:57:03 +00:00 committed by Thomas Allmer
parent 30e0829a61
commit 895a5a46c3
4 changed files with 18 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
'providence-analytics': patch
---
add type support for (the majority of) providence-analytics

View file

@ -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.

View file

@ -1,5 +1,22 @@
# Change Log # 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 ## 0.11.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "providence-analytics", "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", "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",