diff --git a/changelog.md b/changelog.md index 0c0723a..ba0f6ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ ## Changelog +### v3.0.0 + +**Breaking changes** + +- Snapdragon was updated to 0.11. Other packages that integrate `expand-brackets` need to also use snapdragon 0.11. + ### v2.0.0 **Breaking changes** diff --git a/package.json b/package.json index d53eb0b..9a63c9c 100644 --- a/package.json +++ b/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": [