From 18151fec2e8370e257a5548c6e87daff6f8d369b Mon Sep 17 00:00:00 2001 From: Arne Bahlo Date: Fri, 12 Jul 2024 10:49:23 +0200 Subject: [PATCH] chore: Bump version to 1.1.0 --- packages/js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/js/package.json b/packages/js/package.json index 9430839..4ecb448 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -1,7 +1,7 @@ { "name": "@axiomhq/js", "description": "The official javascript bindings for the Axiom API", - "version": "1.0.0", + "version": "1.1.0", "author": "Axiom, Inc.", "license": "MIT", "contributors": [ @@ -52,4 +52,4 @@ "require": "./dist/cjs/index.cjs", "default": "./dist/esm/index.js" } -} +} \ No newline at end of file