We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doowb
jonschlinkert
Learn more about funding links in repositories.
Report abuse
1 parent 3060a56 commit 58f2f1fCopy full SHA for 58f2f1f
changelog.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+### v3.0.0
4
+
5
+**Breaking changes**
6
7
+- Snapdragon was updated to 0.11. Other packages that integrate `expand-brackets` need to also use snapdragon 0.11.
8
9
### v2.0.0
10
11
**Breaking changes**
package.json
@@ -1,7 +1,7 @@
{
"name": "expand-brackets",
"description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
- "version": "2.1.4",
+ "version": "3.0.0",
"homepage": "https://github.com/micromatch/expand-brackets",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
0 commit comments