From abc2582e2a449d09a6e90a124c8dbb9d8cc55d8d Mon Sep 17 00:00:00 2001 From: Johnathan Aspinwall Date: Wed, 1 May 2024 12:13:50 -0600 Subject: [PATCH] chore: Bump package.json version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2a60a8..1a20e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@luca-financial/luca-schema", - "version": "1.0.7", + "version": "1.1.0", "description": "Schemas for the Luca Ledger application", "author": "Johnathan Aspinwall", "main": "dist/index.js",