Skip to content

Commit f73c8f8

Browse files
Remove unused variable from README (#116)
* Remove unused variable from README * Bump to version 1.2.3 --------- Co-authored-by: Pusher CI <pusher-ci@pusher.com>
1 parent b5ec040 commit f73c8f8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.3
4+
5+
* [FIXED] Handle exceptions properly while subscribing to a channel on Android (#104)
6+
37
## 1.2.2
48

59
* [FIXED] Crash when a user subscribes to a channel twice on Android

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ The easiest way to find out when a channel has been successfully subscribed to i
412412

413413
```typescript
414414
const pusher = Pusher.getInstance();
415-
const channels = {};
415+
416416
await pusher.init({
417417
apiKey: API_KEY,
418418
cluster: API_CLUSTER,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pusher/pusher-websocket-react-native",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Pusher Channels Client for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)