From 690ada6621662e54e1ba9ad0755b0bbd431f95b5 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Tue, 7 Jan 2025 16:47:39 +0300 Subject: [PATCH 1/2] fix(package): require Node.js 8.3+ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b61624..9ab09d4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "main": "index.js", "engines": { - "node": ">=8" + "node": ">=8.3" }, "scripts": { "test": "mocha -r ./test/mocha-initialization.js", From 43eff29396c5600f76ab022650f7e0c9fe3580f2 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Tue, 7 Jan 2025 16:47:47 +0300 Subject: [PATCH 2/2] docs(CHANGELOG): refine required version of Node.js --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f798b..de6efc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,11 +34,12 @@ Changelog entries are classified using the following labels _(from [keep-a-chang ## [3.0.0] - 2018-04-08 -v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler. +v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler. **Breaking Changes** - The undocumented `.makeRe` method was removed +- Require Node.js >= 8.3 **Non-breaking changes** @@ -181,4 +182,4 @@ v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer [0.1.4]: https://github.com/micromatch/braces/compare/0.1.0...0.1.4 [Unreleased]: https://github.com/micromatch/braces/compare/0.1.0...HEAD -[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog \ No newline at end of file +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog