diff --git a/CHANGELOG.md b/CHANGELOG.md index f21127f..cc642cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.91](https://github.com/powerhouse-inc/document-drive/compare/v1.0.0-alpha.90...v1.0.0-alpha.91) (2024-09-04) + + +### Features + +* enable return error from getSyncStatus ([#292](https://github.com/powerhouse-inc/document-drive/issues/292)) ([fcd3508](https://github.com/powerhouse-inc/document-drive/commit/fcd3508b587f9a890e2ee967fca26fd37da4bf1b)) + # [1.0.0-alpha.90](https://github.com/powerhouse-inc/document-drive/compare/v1.0.0-alpha.89...v1.0.0-alpha.90) (2024-09-04) diff --git a/package.json b/package.json index 4738c42..a79d132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "document-drive", - "version": "1.0.0-alpha.90", + "version": "1.0.0-alpha.91", "license": "AGPL-3.0-only", "type": "module", "module": "./src/index.ts",