From e2a1622b7a6be7217db186a801f8ac807d9ee6d2 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Wed, 5 Nov 2025 08:21:13 -0500 Subject: [PATCH] Revert "minor version bump" This reverts commit ad90fd458d7ab8ec3eefc04ecb1a2b6298bd1051. Revert because the last run of the release workflow failed, and the next run should use the same version instead of bumping it again. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e74ce40..9d22acb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-widget-api", - "version": "1.14.0", + "version": "1.13.1", "description": "Matrix Widget API SDK", "main": "./lib/index.js", "types": "./lib/index.d.ts",