diff --git a/CHANGELOG.md b/CHANGELOG.md index e146d6c..7218da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # v0.2.3 +- Add DATA_DIR environment variable to control where the nodefs storage adapter + stores its data + +# v0.2.3 + - Fix package.json so this can run using `npx automerge-repo-sync-server` # v0.2.3 diff --git a/package.json b/package.json index 47a3a9a..df2420f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automerge/automerge-repo-sync-server", - "version": "0.2.4", + "version": "0.2.5", "main": "src/index.js", "license": "MIT", "type": "module",