Skip to content

Commit

Permalink
Merge pull request #59 from micromatch/refine_node_js_version
Browse files Browse the repository at this point in the history
Refine Node.js version
  • Loading branch information
mrmlnc authored Jan 7, 2025
2 parents f355674 + 43eff29 commit 977c75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "index.js",
"engines": {
"node": ">=8"
"node": ">=8.3"
},
"scripts": {
"test": "mocha -r ./test/mocha-initialization.js",
Expand Down

0 comments on commit 977c75a

Please sign in to comment.