From c50b48152f9f80d0937ce7b8b4f7541d6d15a962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:21:38 +0000 Subject: [PATCH] chore(main): release 5.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2bea6a3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 9765a96..784473a 100644 --- a/package.json +++ b/package.json @@ -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": {