Skip to content

Commit

Permalink
Update package version and changelog to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaGrigorieva committed Mar 10, 2022
1 parent 97bdda1 commit 5cefdbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 3.0.1
- Fix: Reference error on action button click if there are no handlers for this event

### 3.0.0
- All static methods are changed to instance methods.
Now, to call public APIs, it is required to get the shared instance via `VIForegroundService.getInstance()` API
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voximplant/react-native-foreground-service",
"version": "3.0.0",
"version": "3.0.1",
"description": "React native module to start foreground service on android",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5cefdbc

Please sign in to comment.