Merge pull request #2282 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
a9d8546c76
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
|
||||
|
||||
## 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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue