Skip to content

Commit f9e82e7

Browse files
authored
Release v1.4.0 (#322)
1 parent 6d8c5c3 commit f9e82e7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.4.0 (2025-12-19)
8+
9+
## What's Changed
10+
11+
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/cap-js/ord/pull/301
12+
- fix(deps): update spring boot to v3.5.8 by @renovate[bot] in https://github.com/cap-js/ord/pull/300
13+
- Fix: remove legacy logger and logic by @zongqichen in https://github.com/cap-js/ord/pull/304
14+
- Feat: support mtls by @zongqichen in https://github.com/cap-js/ord/pull/299
15+
- chore(deps): update dependency prettier to v3.7.3 by @renovate[bot] in https://github.com/cap-js/ord/pull/305
16+
- Fix: odata in dataproduct by @zongqichen in https://github.com/cap-js/ord/pull/312
17+
- feat: MCP API resource generation when MCP plugin is detected by @swennemers in https://github.com/cap-js/ord/pull/260
18+
- Allow custom compiler options for OpenAPI / AsyncAPI by @henrybrink in https://github.com/cap-js/ord/pull/314
19+
- chore(deps): update actions/cache action to v5 by @renovate[bot] in https://github.com/cap-js/ord/pull/315
20+
- chore(deps): update dependency prettier to v3.7.4 by @renovate[bot] in https://github.com/cap-js/ord/pull/310
21+
- fix(deps): update cds.services.version to v4.5.1 by @renovate[bot] in https://github.com/cap-js/ord/pull/309
22+
- fix(deps): update cds.services.version to v4.6.0 by @renovate[bot] in https://github.com/cap-js/ord/pull/316
23+
- Fix: add customType to mcp apiResources by @zongqichen in https://github.com/cap-js/ord/pull/317
24+
- Fix: cds.context overwritten during authConfig by @zongqichen in https://github.com/cap-js/ord/pull/319
25+
- Feat: Test mtls by @zongqichen in https://github.com/cap-js/ord/pull/313
26+
- fix(deps): update spring boot to v3.5.9 by @renovate[bot] in https://github.com/cap-js/ord/pull/321
27+
28+
## New Contributors
29+
30+
- @henrybrink made their first contribution in https://github.com/cap-js/ord/pull/314
31+
32+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.14...v1.4.0
33+
734
## 1.3.14 (2025-11-18)
835

936
## What's Changed

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.14",
3+
"version": "1.4.0",
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)