Merge pull request #2282 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2024-05-14 17:57:00 +02:00 committed by GitHub
commit a9d8546c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View file

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

View file

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

View file

@ -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",