We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b86bb commit 5bac8edCopy full SHA for 5bac8ed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.0
4
+
5
+* [CHANGED] Removed unsupported functions from README
6
+* [FIXED] Fixed build error on Example app
7
+* [FIXED] Fixed CHANGELOG error on release workflow
8
9
## 1.0.0-beta1
10
11
* [FIXED] Fixed required dependencies on README
package.json
@@ -1,6 +1,6 @@
{
"name": "@pusher/pusher-websocket-react-native",
- "version": "1.0.0-beta1",
+ "version": "1.0.0",
"description": "Pusher Channels Client for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments