From 44c38ac8c249a65dc16b6e1c124e1a6099918d55 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 20 Nov 2023 16:41:47 -0800 Subject: [PATCH] Set @mcap/support to 0.1.0 before first publish (#1025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Public-Facing Changes None ### Description Follow-up from #868 – realized 1.0.1 is a weird first version number. --- typescript/support/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/support/package.json b/typescript/support/package.json index cdb91e4f6e..dac9752d1e 100644 --- a/typescript/support/package.json +++ b/typescript/support/package.json @@ -1,6 +1,6 @@ { "name": "@mcap/support", - "version": "1.0.1", + "version": "1.0.0", "description": "Common decompression for use with MCAP files", "license": "MIT", "repository": {