From f4718af0aa1424a507335f03a674de4449853b9b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Sep 2024 19:50:48 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.0.0-alpha.91 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",