Skip to content

Commit

Permalink
Merge pull request #39 from voximplant/update_changelog
Browse files Browse the repository at this point in the history
Up package.json version, update changelog
  • Loading branch information
pe1ros authored Mar 9, 2022
2 parents 2743dc9 + cda3a89 commit 4d0f2dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 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
- Add the ability to set a button to the foreground service notification and handle its click.
To handle button click event, it is required to subscribe to `VIForegroundServiceButtonPressed` event via `VIForegroundService.on` API.

### 2.0.0
- RN 0.60 autolinking support

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": "2.0.0",
"version": "3.0.0",
"description": "React native module to start foreground service on android",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d0f2dc

Please sign in to comment.