Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 2f9c058

Browse files
authored
Merge pull request #402 from Alfresco/development
3.2.0
2 parents a548eaf + af198ec commit 2f9c058

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alfresco/js-api",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "JavaScript client library for the Alfresco REST API",
55
"author": "Alfresco Software, Ltd.",
66
"main": "index.js",

src/api-legacy/content-rest-api/src/api/peopleApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class PeopleApi {
6666
this.sitesApi = new SitesApi(alfrescoApi);
6767
this.activitiesApi = new ActivitiesApi(alfrescoApi);
6868
this.preferencesApi = new PreferencesApi(alfrescoApi);
69+
this.groupsApi = new GroupsApi(alfrescoApi);
6970
}
7071

7172
/**

0 commit comments

Comments
 (0)