Skip to content

Commit dd805e2

Browse files
authored
update version to 1.3.13 (#295)
LGTM
1 parent 6a4ffd4 commit dd805e2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.13 (2025-11-12)
8+
9+
## What's Changed
10+
11+
- Fix: set authenticateMetadataEndpoints to false by @zongqichen in https://github.com/cap-js/ord/pull/282
12+
- Fix: only support to node verions 22 by @zongqichen in https://github.com/cap-js/ord/pull/288
13+
- Feat: switch accessStrategy to basic-auth by @zongqichen in https://github.com/cap-js/ord/pull/289
14+
- Auth Test file by @swennemers in https://github.com/cap-js/ord/pull/292
15+
- Feat: update openResourceDiscovery version to 1.12 by @zongqichen in https://github.com/cap-js/ord/pull/294
16+
17+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.12...v1.3.13
18+
719
## 1.3.12 (2025-10-16)
820

921
## 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.12",
3+
"version": "1.3.13",
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)