Skip to content

Commit

Permalink
chore(main): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 5, 2022
1 parent a173abe commit c50b481
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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))
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 c50b481

Please sign in to comment.