Skip to content

Commit a4f5b3d

Browse files
authored
release 1.3.6 (#214)
1 parent 65068a2 commit a4f5b3d

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,30 @@ 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.3.5 (2024-07-17)
7+
## 1.3.6 (2025-08-07)
8+
9+
## What's Changed
10+
11+
- Feat: add progressBar
12+
- Feat: support exposedEntityTypes
13+
- Feat: introducing defaultVisibility parameter in config
14+
- Feat: skip ord service for java project
15+
16+
## New Contributors
17+
18+
- @SAPzer0 made their first contribution in https://github.com/cap-js/ord/pull/206
19+
20+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.5...v1.3.6
21+
22+
## 1.3.5 (2025-07-17)
823

924
## What's Changed
1025

1126
- Block OpenResourceDiscoveryService in ord document
1227

1328
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.4...v1.3.5
1429

15-
## 1.3.4 (2024-07-09)
30+
## 1.3.4 (2025-07-09)
1631

1732
## What's Changed
1833

@@ -25,7 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2540

2641
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.4...v1.3.3
2742

28-
## 1.3.3 (2024-06-25)
43+
## 1.3.3 (2025-06-25)
2944

3045
## What's Changed
3146

@@ -34,15 +49,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3449

3550
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.2...v1.3.3
3651

37-
## 1.3.2 (2024-06-18)
52+
## 1.3.2 (2025-06-18)
3853

3954
## What's Changed
4055

4156
- Fix: set cds version to 8
4257

4358
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.1...v1.3.2
4459

45-
## 1.3.1 (2024-06-13)
60+
## 1.3.1 (2025-06-13)
4661

4762
### What's Changed
4863

@@ -52,7 +67,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5267

5368
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.0...v1.3.1
5469

55-
## 1.3.0 (2024-05-20)
70+
## 1.3.0 (2025-05-20)
5671

5772
### What's Changed
5873

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/ord",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "CAP Plugin for generating ORD document.",
55
"repository": "cap-js/ord",
66
"author": "SAP SE (https://www.sap.com)",

0 commit comments

Comments
 (0)