Skip to content

Commit 56cc5f8

Browse files
Feat: update version to 1.3.4 (#198)
* update version 1.3.4 * update changelog
1 parent 695f775 commit 56cc5f8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.4 (2024-07-09)
8+
9+
## What's Changed
10+
11+
- Adjust default values for vendor to "customer:vendor:Customer"
12+
- Improved runtime of cmd `cds build --for ord`
13+
- Alignment of publishing with SAP Open Resource Discovery (ORD) global repository strategy
14+
- Fix: DP package assignment
15+
- Fix: error of ORD-IDs with duplicate namespace components
16+
- Fix: error of cmd `cds build --for ord`
17+
18+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.4...v1.3.3
19+
720
## 1.3.3 (2024-06-25)
821

922
## 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.3",
3+
"version": "1.3.4",
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)