@itwin/access-control-client 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log - @itwin/access-control-client
2
2
 
3
+ ## 2.0.0
4
+ - Added groups client
5
+ - Added group member client
6
+ - Added user member client
7
+ - Removed members client
8
+
9
+ ## 1.3.0
10
+ - Added support for the `accept` header inside of `BaseClient`.
11
+
3
12
  ## 1.2.0
4
13
 
5
14
  - Return newly added members.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/access-control-client",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Access control client for the iTwin platform",
5
5
  "main": "lib/cjs/access-control-client.js",
6
6
  "module": "lib/esm/access-control-client.js",