@azure/web-pubsub 1.0.0-alpha.20211105.2 → 1.0.0-alpha.20211109.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.4 (2021-11-01)
3
+ ## 1.0.0-beta.4 (2021-11-09)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -17,10 +17,6 @@
17
17
  - Renamed method `hasGroup` to `groupExists`
18
18
  - Renamed method `hasConnection` to `connnectionExists`
19
19
 
20
- ### Bugs Fixed
21
-
22
- ### Other Changes
23
-
24
20
  ## 1.0.0-beta.3 (2021-07-07)
25
21
 
26
22
  ### Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/web-pubsub",
3
- "version": "1.0.0-alpha.20211105.2",
3
+ "version": "1.0.0-alpha.20211109.4",
4
4
  "description": "Azure client library for Azure Web PubSub",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",