Skip to content

Commit 4a50f8d

Browse files
authored
update version to 1.3.5 (#203)
1 parent 2085674 commit 4a50f8d

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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-17)
8+
9+
## What's Changed
10+
11+
- Block OpenResourceDiscoveryService in ord document
12+
13+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.3.4...v1.3.5
14+
715
## 1.3.4 (2024-07-09)
816

917
## What's Changed

__tests__/unittest/namespace.test.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
const cds = require("@sap/cds");
2-
const {
3-
AUTHENTICATION_TYPE,
4-
ORD_ODM_ENTITY_NAME_ANNOTATION,
5-
ENTITY_RELATIONSHIP_ANNOTATION,
6-
ORD_EXTENSIONS_PREFIX,
7-
RESOURCE_VISIBILITY,
8-
} = require("../../lib/constants");
2+
const { AUTHENTICATION_TYPE } = require("../../lib/constants");
93

104
jest.spyOn(cds, "context", "get").mockReturnValue({
115
authConfig: {

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.4",
3+
"version": "1.3.5",
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)