diff --git a/CHANGELOG.md b/CHANGELOG.md index 92451a27f..de4d9b866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.4.4](https://github.com/digidem/mapeo-mobile/compare/v5.4.3...v5.4.4) (2022-04-28) + +### Bug Fixes + +- fix p2p-updates startup error ([9da24f7](https://github.com/digidem/mapeo-mobile/commit/9da24f7cbbbec528e2534e075eb5a93192bf61a8)) + ### [5.4.3](https://github.com/digidem/mapeo-mobile/compare/v5.4.2...v5.4.3) (2022-04-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c50cfd802..f06ffac8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mapeo-mobile", - "version": "5.4.3", + "version": "5.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e35ed4912..4e9ba0c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapeo-mobile", - "version": "5.4.3", + "version": "5.4.4", "private": true, "engines": { "node": "12.16.3"