Skip to content

Commit b53d752

Browse files
authored
chore: release v1.5.0 (#388)
* chore: release v1.5.0 * chore: remove unrelated benchmarks files from release * chore: update CHANGELOG with all changes since v1.4.5
1 parent 5981bab commit b53d752

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.5.0 (2026-03-11)
8+
9+
## What's Changed
10+
11+
- feat: Enable parallel resource file generation by @mlakov in https://github.com/cap-js/ord/pull/376
12+
- fix: migrate mcp by @SirSimon04 in https://github.com/cap-js/ord/pull/369
13+
- fix: in interop-csn, remove all unknown properties from meta section by @stewsk in https://github.com/cap-js/ord/pull/387
14+
- fix(deps): update cds.services.version to v4.8.0 by @renovate in https://github.com/cap-js/ord/pull/379
15+
- chore: Simplify file generation logic by @mlakov in https://github.com/cap-js/ord/pull/381
16+
- chore: Update CONTRIBUTING.md by @mlakov in https://github.com/cap-js/ord/pull/386
17+
18+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.4.5...v1.5.0
19+
720
## 1.4.5 (2026-03-03)
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.4.5",
3+
"version": "1.5.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)