Skip to content

Commit 977c75a

Browse files
authored
Merge pull request #59 from micromatch/refine_node_js_version
Refine Node.js version
2 parents f355674 + 43eff29 commit 977c75a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ Changelog entries are classified using the following labels _(from [keep-a-chang
3434

3535
## [3.0.0] - 2018-04-08
3636

37-
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
37+
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
3838

3939
**Breaking Changes**
4040

4141
- The undocumented `.makeRe` method was removed
42+
- Require Node.js >= 8.3
4243

4344
**Non-breaking changes**
4445

@@ -181,4 +182,4 @@ v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer
181182
[0.1.4]: https://github.com/micromatch/braces/compare/0.1.0...0.1.4
182183

183184
[Unreleased]: https://github.com/micromatch/braces/compare/0.1.0...HEAD
184-
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
185+
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"main": "index.js",
2424
"engines": {
25-
"node": ">=8"
25+
"node": ">=8.3"
2626
},
2727
"scripts": {
2828
"test": "mocha -r ./test/mocha-initialization.js",

0 commit comments

Comments
 (0)