Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2020-02-20)

### Features

* Allow non-serializable parameters ([#12](#12)) ([e3ccbbe](e3ccbbe))

### BREAKING CHANGES

* This breaks compatibility with the old parameters handling
  • Loading branch information
semantic-release-bot committed Feb 20, 2020
1 parent e3ccbbe commit 88d3933
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/Rapsssito/react-native-background-actions/compare/v1.1.0...v2.0.0) (2020-02-20)


### Features

* Allow non-serializable parameters ([#12](https://github.com/Rapsssito/react-native-background-actions/issues/12)) ([e3ccbbe](https://github.com/Rapsssito/react-native-background-actions/commit/e3ccbbe7e3f3be819ff0952271e95f3cf4e1dff7))


### BREAKING CHANGES

* This breaks compatibility with the old parameters handling

# [1.2.0](https://github.com/Rapsssito/react-native-background-actions/compare/v1.1.0...v1.2.0) (2020-02-20)


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": "react-native-background-actions",
"version": "1.2.0",
"version": "2.0.0",
"description": "React Native background service library for running background tasks forever in Android & iOS",
"keywords": [
"react-native",
Expand Down

0 comments on commit 88d3933

Please sign in to comment.