Update dist/index.js and docs after PR #50

This commit is contained in:
Michal Dorner 2020-11-13 18:55:57 +01:00
parent dec8b8030e
commit eb8fe2c24b
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## v2.5.3
- [Fixed retrieval of all changes via Github API when there are 100+ changes](https://github.com/dorny/paths-filter/pull/50)
## v2.5.2
- [Add support for multiple patterns when using file status](https://github.com/dorny/paths-filter/pull/48)
- [Use picomatch directly instead of micromatch wrapper](https://github.com/dorny/paths-filter/pull/49)