Skip to content

Commit 88bad7c

Browse files
authored
update version to 1.3.11 (#276)
1 parent dac3997 commit 88bad7c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.11 (2025-10-10)
8+
9+
## What's Changed
10+
11+
- Fix: java authentication issue by @zongqichen in https://github.com/cap-js/ord/pull/266
12+
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.2 by @renovate[bot] in https://github.com/cap-js/ord/pull/267
13+
- fix(deps): update cds.services.version to v4.3.2 by @renovate[bot] in https://github.com/cap-js/ord/pull/269
14+
- fix(deps): update cds.services.version to v4.4.0 by @renovate[bot] in https://github.com/cap-js/ord/pull/271
15+
- Produce interopCSN by @stewsk in https://github.com/cap-js/ord/pull/157
16+
- Addendum to CSN Interop tests by @stewsk in https://github.com/cap-js/ord/pull/273
17+
- Fix: Missing local entity exposure by @zongqichen in https://github.com/cap-js/ord/pull/274
18+
- fix(deps): update cds.services.version to v4.4.1 by @renovate[bot] in https://github.com/cap-js/ord/pull/275
19+
20+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.10...v1.3.11
21+
722
## 1.3.10 (2025-09-26)
823

924
## 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.10",
3+
"version": "1.3.11",
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)