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 0435fc9 commit 8900749Copy full SHA for 8900749
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.0-beta1
4
+
5
+* [FIXED] Fixed required dependencies on README
6
+* [ADDED] Add Lint support for Pull Requests
7
+* [CHANGED] Executed Lint on Example app
8
9
## 0.0.1-beta1
10
11
* [ADDED] First beta release 🥳
package.json
@@ -1,6 +1,6 @@
{
"name": "@pusher/pusher-websocket-react-native",
- "version": "0.0.1-beta1",
+ "version": "1.0.0-beta1",
"description": "Pusher Channels Client for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments