Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading