Skip to content

Commit 5bac8ed

Browse files
committed
Prepare for 1.0.0
1 parent e7b86bb commit 5bac8ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 1.0.0-beta1
410

511
* [FIXED] Fixed required dependencies on README

package.json

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

0 commit comments

Comments
 (0)