Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dombek committed Aug 28, 2024
1 parent 01ad25d commit f724120
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [2.0.2](https://github.com/Netatwork-de/odata-edm-generator/compare/v2.0.1...v2.0.2) (2024-08-28)

### [2.0.1](https://github.com/Netatwork-de/odata-edm-generator/compare/v2.0.0...v2.0.1) (2024-07-31)

## [2.0.0](https://github.com/Netatwork-de/odata-edm-generator/compare/v1.0.2...v2.0.0) (2024-04-29)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@netatwork/odata-edm-generator",
"version": "2.0.1",
"version": "2.0.2",
"description": "OData EDM generator",
"type": "module",
"exports": {
"default" : "./dist/esm/api/decorators.js",
"types" : "./dist/esm/api/decorators.d.ts"
"default": "./dist/esm/api/decorators.js",
"types": "./dist/esm/api/decorators.d.ts"
},
"bin": {
"gen-edm": "dist/esm/cli/index.js"
Expand Down

0 comments on commit f724120

Please sign in to comment.