Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 3, 2019
1 parent c1717e6 commit a27472f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.0.0 / 2019-10-03
==================
* [Breaking] throw on non-global/nullish flags
* [Deps] update `es-abstract`

3.0.2 / 2019-10-02
==================
* [Fix] ensure that `flagsGetter` is only used when there is no `flags` property on the regex
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string.prototype.matchall",
"version": "3.0.2",
"version": "4.0.0",
"description": "Spec-compliant polyfill for String.prototype.matchAll ESnext proposal.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a27472f

Please sign in to comment.