Skip to content

Commit d5fdfe4

Browse files
authored
chore: release v1.4.5 (#373)
1 parent 43d0f0e commit d5fdfe4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.5 (2026-03-03)
8+
9+
## What's Changed
10+
11+
- feat: support GraphQL protocol by @zongqichen in https://github.com/cap-js/ord/pull/362
12+
- feat: auto-generate IntegrationDependencies for consumed Data Products by @zongqichen in https://github.com/cap-js/ord/pull/344
13+
- fix: include service name in error messages by @zongqichen in https://github.com/cap-js/ord/pull/365
14+
- fix: path-to-regexp v8 compatibility for CDS 9.7.0 by @zongqichen in https://github.com/cap-js/ord/pull/361
15+
- fix: detect multi-protocol services by @MariusPerleSAP in https://github.com/cap-js/ord/pull/370
16+
- Interop-CSN: remove annotations @assert.unique by @stewsk in https://github.com/cap-js/ord/pull/348
17+
- test: add IntegrationDependency integration tests by @zongqichen in https://github.com/cap-js/ord/pull/347
18+
- chore(deps): update dependency eslint to v10 by @renovate in https://github.com/cap-js/ord/pull/358
19+
- chore(deps): update dependency @sap/cds-compiler to v6.7.3 by @renovate in https://github.com/cap-js/ord/pull/360
20+
- fix(deps): update spring boot to v3.5.11 by @renovate in https://github.com/cap-js/ord/pull/366
21+
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5 by @renovate in https://github.com/cap-js/ord/pull/368
22+
23+
## New Contributors
24+
25+
- @MariusPerleSAP made their first contribution in https://github.com/cap-js/ord/pull/370
26+
27+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.4.4...v1.4.5
28+
729
## 1.4.4 (2026-02-05)
830

931
## 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.4.4",
3+
"version": "1.4.5",
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)