Skip to content

Commit

Permalink
Bump version to 6.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Aug 30, 2021
1 parent abff51e commit f254751
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 88 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.1
6.4.2
2 changes: 1 addition & 1 deletion licenses/BSL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parameters

Licensor: Rocicorp, LLC

Licensed Work: replicache 6.4.1
Licensed Work: replicache 6.4.2
The Licensed Work is (c) 2020 Rocicorp, LLC.

Additional Use Grant: You may make use of the Licensed Work, provided you
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "replicache",
"description": "Realtime sync for any backend stack",
"version": "6.4.1",
"version": "6.4.2",
"repository": "github:rocicorp/replicache",
"license": "BSL-1.1",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion perf/node_modules

This file was deleted.

60 changes: 0 additions & 60 deletions perf/package-lock.json

This file was deleted.

3 changes: 0 additions & 3 deletions perf/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions perf/tsconfig.json

This file was deleted.

2 comments on commit f254751

@vercel
Copy link

@vercel vercel bot commented on f254751 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arv
Copy link
Contributor

@arv arv commented on f254751 Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This broke the perf test because you removed node_modules

Fixing

Please sign in to comment.