Skip to content

Commit 97e7fba

Browse files
Update changelog and version (#80)
* udpate changelog and version * minor change of the CHANGELOG.md file --------- Co-authored-by: Albin Ramovic <albin.ramovic@sap.com>
1 parent f6f6873 commit 97e7fba

File tree

2 files changed

+53
-37
lines changed

2 files changed

+53
-37
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,42 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## 1.1.0 (2024-10-24)
8+
9+
### What's Changed
10+
11+
* Use package name for product ORD IDs
12+
* ORD.md documentation update
13+
* cds version upgrade to 8
14+
* Omit the consumption bundles creation
15+
* Add Unit tests
16+
* Extend custom ORD content
17+
* Extend @ORD.Extensions
18+
* Custom ORD content update
19+
* Disclaimer: metadata access is currently open access
20+
21+
**Full Changelog**: <https://github.com/cap-js/ord/compare/v1.0.3...v1.1.0>
22+
723
## Version 1.0.3
824

925
### Fixed
1026

11-
- Bug fixes.
27+
* Bug fixes.
1228

1329
## Version 1.0.2
1430

1531
### Fixed
1632

17-
- Updating readme.
33+
* Updating readme.
1834

1935
## Version 1.0.1
2036

2137
### Fixed
2238

23-
- Updating the entry point for the plugin.
39+
* Updating the entry point for the plugin.
2440

2541
## Version 1.0.0
2642

2743
### Added
2844

29-
- Initial release that enables generation of ORD document for CAP based applications.
45+
* Initial release that enables generation of ORD document for CAP based applications.

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "@cap-js/ord",
3-
"version": "1.0.3",
4-
"description": "CAP Plugin for generating ORD document.",
5-
"repository": "cap-js/ord",
6-
"author": "SAP SE (https://www.sap.com)",
7-
"homepage": "https://cap.cloud.sap/",
8-
"license": "SEE LICENSE IN LICENSE",
9-
"main": "cds-plugin.js",
10-
"files": [
11-
"lib",
12-
"data",
13-
"LICENSES"
14-
],
15-
"scripts": {
16-
"lint": "npx eslint .",
17-
"test": "jest --ci --collectCoverage",
18-
"update-snapshot": "jest --ci --updateSnapshot",
19-
"cds:version": "cds v -i"
20-
},
21-
"devDependencies": {
22-
"eslint": "^8",
23-
"jest": "^29.7.0"
24-
},
25-
"peerDependencies": {
26-
"@cap-js/asyncapi": "^1.0.0",
27-
"@cap-js/openapi": "^1.0.2",
28-
"@sap/cds": "^8.1.1",
29-
"@sap/cds-compiler": "5.0.6"
30-
},
31-
"dependencies": {
32-
"lodash": "^4.17.21"
33-
}
34-
}
2+
"name": "@cap-js/ord",
3+
"version": "1.1.0",
4+
"description": "CAP Plugin for generating ORD document.",
5+
"repository": "cap-js/ord",
6+
"author": "SAP SE (https://www.sap.com)",
7+
"homepage": "https://cap.cloud.sap/",
8+
"license": "SEE LICENSE IN LICENSE",
9+
"main": "cds-plugin.js",
10+
"files": [
11+
"lib",
12+
"data",
13+
"LICENSES"
14+
],
15+
"scripts": {
16+
"lint": "npx eslint .",
17+
"test": "jest --ci --collectCoverage",
18+
"update-snapshot": "jest --ci --updateSnapshot",
19+
"cds:version": "cds v -i"
20+
},
21+
"devDependencies": {
22+
"eslint": "^8",
23+
"jest": "^29.7.0"
24+
},
25+
"peerDependencies": {
26+
"@cap-js/asyncapi": "^1.0.0",
27+
"@cap-js/openapi": "^1.0.2",
28+
"@sap/cds": "^8.1.1",
29+
"@sap/cds-compiler": "5.0.6"
30+
},
31+
"dependencies": {
32+
"lodash": "^4.17.21"
33+
}
34+
}

0 commit comments

Comments
 (0)