Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Jun 19, 2024
1 parent 7f5b5dd commit 4950a18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.2.2](https://github.com/wozjac/omg-odata-mock-generator/compare/v1.2.0...v1.2.2) (2024-06-19)


### Bug Fixes

* bug in prinicipal/dependent resolution ([ac02f7f](https://github.com/wozjac/omg-odata-mock-generator/commit/ac02f7f705cad4dbf57b573184ff2f741d984fa0))
* throw a dedicated error, if an entity set entry is missing in case of following navigation related properties between entities ([eaaad31](https://github.com/wozjac/omg-odata-mock-generator/commit/eaaad31e7139a273e2ca9990f2905245f3e53fea))

### [1.2.1](https://github.com/wozjac/omg-odata-mock-generator/compare/v1.2.0...v1.2.1) (2021-05-28)


Expand Down
2 changes: 1 addition & 1 deletion 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": "omg-odata-mock-generator",
"version": "1.2.1",
"version": "1.2.2",
"description": "Configurable data generator for OData metadata",
"type": "module",
"main": "dist/esm/bundle.js",
Expand Down

0 comments on commit 4950a18

Please sign in to comment.