Version Packages

This commit is contained in:
github-actions[bot] 2024-10-21 09:20:55 +00:00 committed by Thijs Louisse
parent 2dbb1ca7bc
commit 2f3f4276fb
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +0,0 @@
---
'providence-analytics': patch
---
- support `ignore: string[]` globs in optimisedGlob
- experimental `fs.glob` support under the hood in optimisedGlob

View file

@ -1,5 +1,12 @@
# Change Log # Change Log
## 0.16.7
### Patch Changes
- 2dbb1ca: - support `ignore: string[]` globs in optimisedGlob
- experimental `fs.glob` support under the hood in optimisedGlob
## 0.16.6 ## 0.16.6
### Patch Changes ### Patch Changes

View file

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