Skip to content

Commit

Permalink
Merge pull request #116 from dxfrontier/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
dragolea authored Jan 9, 2025
2 parents 61377c5 + 7bf376e commit 4304cb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [5.1.3] - 2025-01-09

### ⚙️ Miscellaneous Tasks

- *(release)* Updated CHANGELOG.md and bump version increased
- *(readme)* Fixed table readme

## [5.1.2] - 2025-01-09

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxfrontier/cds-ts-repository",
"version": "5.1.2",
"version": "5.1.3",
"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",
Expand Down

0 comments on commit 4304cb1

Please sign in to comment.