Skip to content

Commit 45c6f8e

Browse files
andreasonny83GitHub Enterprise
authored and
GitHub Enterprise
committed
FLEXSDK-962 Prepare release 2.1.0 (#446)
* Prepare release 2.1.0 * Update Changelog
1 parent 89a18c9 commit 45c6f8e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.1.0
2+
==========
3+
New Features
4+
----------
5+
- Introduced `fetchWorkerInfo` and `fetchWorkersInfo` methods in `Workspace` for retrieving worker information in a more structured format
6+
7+
Deprecations
8+
----------
9+
- Deprecated `fetchWorker` and `fetchWorkers` in `Workspace`. <b>Please migrate to `fetchWorkerInfo` and `fetchWorkersInfo`.</b>
10+
11+
Bug fixes
12+
----------
13+
- Fixed a bug with some node dependencies. `graphql` is now marked as `peerDependencies`.
14+
115
2.0.13
216
==========
317
New Features
@@ -54,7 +68,7 @@ New Features
5468

5569
Bug fixes
5670
----------
57-
- Added `setWorkerAttributes` and `setWorkerActivity` fields to Supervisor type declaration
71+
- Added `setWorkerAttributes` and `setWorkerActivity` fields to Supervisor type declaration
5872

5973
2.0.7
6074
==========

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twilio-taskrouter",
33
"title": "Twilio TaskRouter",
4-
"version": "2.0.15-dev",
4+
"version": "2.1.0-dev",
55
"description": "Twilio TaskRouter JavaScript library",
66
"homepage": "https://www.twilio.com",
77
"author": "Wanjun Li <[email protected]>",

0 commit comments

Comments
 (0)