Skip to content

Commit a6c3e9d

Browse files
authored
update version (#265)
1 parent 8487cd0 commit a6c3e9d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ 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.10 (2025-09-26)
8+
9+
## What's Changed
10+
11+
- Feat: use custom build dest by @zongqichen in https://github.com/cap-js/ord/pull/227
12+
- chore: Support vipe coding by @swennemers in https://github.com/cap-js/ord/pull/235
13+
- Configure Renovate by @renovate[bot] in https://github.com/cap-js/ord/pull/166
14+
- Update spring boot to v3.5.5 by @renovate[bot] in https://github.com/cap-js/ord/pull/243
15+
- Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.2 by @renovate[bot] in https://github.com/cap-js/ord/pull/242
16+
- Update dependency node to v22 by @renovate[bot] in https://github.com/cap-js/ord/pull/255
17+
- Update dependency express to v5 by @renovate[bot] in https://github.com/cap-js/ord/pull/253
18+
- Update cds.services.version to v4.3.0 by @renovate[bot] in https://github.com/cap-js/ord/pull/246
19+
- Update actions/setup-node action to v5 by @renovate[bot] in https://github.com/cap-js/ord/pull/252
20+
- Update actions/setup-java action to v5 by @renovate[bot] in https://github.com/cap-js/ord/pull/251
21+
- Update schwma/parse-changelog-action action to v1.2.0 by @renovate[bot] in https://github.com/cap-js/ord/pull/249
22+
- Update dependency prettier to v3.6.2 by @renovate[bot] in https://github.com/cap-js/ord/pull/247
23+
- Update martinbeentjes/npm-get-version-action action to v1.3.1 by @renovate[bot] in https://github.com/cap-js/ord/pull/248
24+
- Update actions/checkout action to v5 by @renovate[bot] in https://github.com/cap-js/ord/pull/250
25+
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4 by @renovate[bot] in https://github.com/cap-js/ord/pull/256
26+
- feat: implement version suffix handling for data product services by @swennemers in https://github.com/cap-js/ord/pull/239
27+
- chore(deps): update dependency jest to v30 by @renovate[bot] in https://github.com/cap-js/ord/pull/257
28+
- Fix: remove old java xmpl files by @zongqichen in https://github.com/cap-js/ord/pull/258
29+
- fix(deps): update spring boot to v3.5.6 by @renovate[bot] in https://github.com/cap-js/ord/pull/261
30+
- fix(deps): update cds.services.version to v4.3.1 by @renovate[bot] in https://github.com/cap-js/ord/pull/259
31+
- chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3 by @renovate[bot] in https://github.com/cap-js/ord/pull/262
32+
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1 by @renovate[bot] in https://github.com/cap-js/ord/pull/263
33+
- feat: add support for @data.product annotation for data product services by @swennemers in https://github.com/cap-js/ord/pull/264
34+
35+
## New Contributors
36+
37+
- @renovate[bot] made their first contribution in https://github.com/cap-js/ord/pull/166
38+
39+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.9...v1.3.10
40+
741
## 1.3.9 (2025-09-02)
842

943
## 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.9",
3+
"version": "1.3.10",
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)