Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 5, 2022
1 parent cd809f4 commit 78ee822
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [5.0.0](https://github.com/npm/ignore-walk/compare/v4.0.1...v5.0.0) (2022-04-05)


### ⚠ BREAKING CHANGES

* this drops support for node 10 and non-LTS versions of node 12 and node 14

### Bug Fixes

* replace deprecated String.prototype.substr() ([#27](https://github.com/npm/ignore-walk/issues/27)) ([a173abe](https://github.com/npm/ignore-walk/commit/a173abe3a15705d30794d5dbaffbb39916858fc8))


### Documentation

* remove travis badge ([ee50957](https://github.com/npm/ignore-walk/commit/ee5095746282dd059cd9a7c3a71e4b8ab975300e))


### Dependencies

* @npmcli/template-oss@3.2.2 ([#20](https://github.com/npm/ignore-walk/issues/20)) ([d3e68c2](https://github.com/npm/ignore-walk/commit/d3e68c2a30c415fa154cf1d95e0f7760cdb4a7d2))
* bump minimatch from 3.1.2 to 5.0.1 ([#23](https://github.com/npm/ignore-walk/issues/23)) ([cd809f4](https://github.com/npm/ignore-walk/commit/cd809f4a76e7366ba5fa5a72572e3b25ac8ec9aa))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignore-walk",
"version": "4.0.1",
"version": "5.0.0",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit 78ee822

Please sign in to comment.