Update dist/index.js and CHANGELOG for v2.11.0

This commit is contained in:
Michal Dorner 2022-10-12 00:00:32 +02:00
parent 0ef5f0d812
commit 737cb1986a
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
2 changed files with 150 additions and 83 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v2.11.0
- [Set list-files input parameter as not required](https://github.com/dorny/paths-filter/pull/157)
- [Update Node.js](https://github.com/dorny/paths-filter/pull/161)
- [Fix incorrect handling of Unicode characters in exec()](https://github.com/dorny/paths-filter/pull/162)
- [Use Octokit pagination](https://github.com/dorny/paths-filter/pull/163)
- [Updates real world links](https://github.com/dorny/paths-filter/pull/160)
## v2.10.2
- [Fix getLocalRef() returns wrong ref](https://github.com/dorny/paths-filter/pull/91)