Version Packages
This commit is contained in:
parent
e29e14b246
commit
abf65245c3
3 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'providence-analytics': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
- Added `optimised-glob` util: a drop-in replacement for globby. It's faster, smaller and has zero dependencies
|
|
||||||
- Added `fs-adapter` util, allowing to provide a virtual fs instead of the default
|
|
||||||
- BREAKING: Cleanup of code and dependencies, removing deprecated cli commands
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.16.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- aea90ae: - Added `optimised-glob` util: a drop-in replacement for globby. It's faster, smaller and has zero dependencies
|
||||||
|
- Added `fs-adapter` util, allowing to provide a virtual fs instead of the default
|
||||||
|
- BREAKING: Cleanup of code and dependencies, removing deprecated cli commands
|
||||||
|
|
||||||
## 0.15.3
|
## 0.15.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "providence-analytics",
|
"name": "providence-analytics",
|
||||||
"version": "0.15.3",
|
"version": "0.16.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