Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
ci: bump version 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 21, 2024
1 parent 85c1d55 commit 5d492cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (@egomobile/orm)

## 0.15.0
## 0.15.3

- add `verifyEntityConfigurations()` and `verifyForStrictEntityDocumentation()` functions
- add `comment` props to [IEntityConfig](https://egomobile.github.io/node-orm/interfaces/IEntityConfig.html) and [IEntityFieldConfig](https://egomobile.github.io/node-orm/interfaces/IEntityFieldConfig.html) types
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": "@egomobile/orm",
"version": "0.15.2",
"version": "0.15.3",
"description": "A simple and generic ORM mapper.",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 5d492cf

Please sign in to comment.