From cba4fb24ecd26e9966ddfff933897d8a1af196d8 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Tue, 13 Feb 2024 15:13:58 +0000 Subject: [PATCH] ci: version bump to 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3b359c..7c02793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dxfrontier/cds-ts-dispatcher", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dxfrontier/cds-ts-dispatcher", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "workspaces": [ "./test/bookshop" diff --git a/package.json b/package.json index 2c191cf..6de1019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dxfrontier/cds-ts-dispatcher", - "version": "1.0.0", + "version": "1.0.1", "description": "The goal of CDS-TS-Dispatcher is to significantly reduce the boilerplate code required to implement TS handlers provided by the SAP CAP framework.", "main": "./dist/index.js", "module": "./dist/index.mjs",