Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Oct 23, 2019
1 parent ab77275 commit 038b764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.5",
"version": "1.0.1",
"version": "1.0.2",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/filter.mutate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arr/filter.mutate",
"version": "1.0.1",
"version": "1.0.2",
"repository": "lukeed/arr",
"description": "Fastest Array.filter alternative --- mutates original array!",
"types": "module.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arr/filter",
"version": "1.0.1",
"version": "1.0.2",
"repository": "lukeed/arr",
"description": "A tiny, faster alternative to native Array.prototype.filter",
"types": "module.d.ts",
Expand Down

0 comments on commit 038b764

Please sign in to comment.