diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db2c106..c66792f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.35.3 - 2024-10-22 +- Add "includeInheritableFormats" property to GetContainersOptions + ### 1.35.2 - 2024-10-04 - Add "inheritable" property to VisualizationGetResponse diff --git a/package-lock.json b/package-lock.json index bd7643e2..79e9cfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@labkey/api", - "version": "1.35.2", + "version": "1.35.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@labkey/api", - "version": "1.35.2", + "version": "1.35.3", "license": "Apache-2.0", "devDependencies": { "@babel/core": "7.24.9", diff --git a/package.json b/package.json index 32d88eaa..5402a5fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labkey/api", - "version": "1.35.2", + "version": "1.35.3", "description": "JavaScript client API for LabKey Server", "scripts": { "build": "npm run build:dist && npm run build:docs", diff --git a/src/labkey/security/Container.ts b/src/labkey/security/Container.ts index d8868c94..d6938ba4 100644 --- a/src/labkey/security/Container.ts +++ b/src/labkey/security/Container.ts @@ -182,6 +182,10 @@ export interface GetContainersOptions extends RequestCallbackOptions /*