From 757e4e6d95c9252f809e80624468fc38840ced29 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Tue, 30 Jan 2024 08:44:48 +0000 Subject: [PATCH] ci: version bump to 1.0.0 --- 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 b453be6..da1fcc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dxfrontier/cds-ts-repository", - "version": "0.3.8", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dxfrontier/cds-ts-repository", - "version": "0.3.8", + "version": "1.0.0", "license": "MIT", "workspaces": [ "./test/bookshop" diff --git a/package.json b/package.json index 677d60b..f94a851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dxfrontier/cds-ts-repository", - "version": "0.3.8", + "version": "1.0.0", "description": "The goal of SAP CAP CDS-QL BaseRepository is to significantly reduce the boilerplate code required to implement data access layers for persistance entities by providing out of the box actions on the database like .create(), .createMany(), .getAll(), .update(), .find(), .exists() ...", "main": "./dist/index.js", "module": "./dist/index.mjs",