Skip to content

Commit f724120

Browse files
author
Thomas Dombek
committed
chore(release): 2.0.2
1 parent 01ad25d commit f724120

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [2.0.2](https://github.com/Netatwork-de/odata-edm-generator/compare/v2.0.1...v2.0.2) (2024-08-28)
6+
57
### [2.0.1](https://github.com/Netatwork-de/odata-edm-generator/compare/v2.0.0...v2.0.1) (2024-07-31)
68

79
## [2.0.0](https://github.com/Netatwork-de/odata-edm-generator/compare/v1.0.2...v2.0.0) (2024-04-29)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@netatwork/odata-edm-generator",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "OData EDM generator",
55
"type": "module",
66
"exports": {
7-
"default" : "./dist/esm/api/decorators.js",
8-
"types" : "./dist/esm/api/decorators.d.ts"
7+
"default": "./dist/esm/api/decorators.js",
8+
"types": "./dist/esm/api/decorators.d.ts"
99
},
1010
"bin": {
1111
"gen-edm": "dist/esm/cli/index.js"

0 commit comments

Comments
 (0)