Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.1...v4.0.0) (2019-10-24)

### Bug Fixes

* fix react native autolinking ([bff2ebc](bff2ebc))

### BREAKING CHANGES

* React Native's autolinking feature calls the package constructor with no parameters. This removes
the application dependency from the package/modules, so it should autolink correctly.
  • Loading branch information
semantic-release-bot committed Oct 24, 2019
1 parent e29df63 commit 9aa8ddc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/brandingbrand/react-native-leanplum/compare/v3.0.1...v4.0.0) (2019-10-24)


### Bug Fixes

* fix react native autolinking ([bff2ebc](https://github.com/brandingbrand/react-native-leanplum/commit/bff2ebc))


### BREAKING CHANGES

* React Native's autolinking feature calls the package constructor with no parameters. This removes
the application dependency from the package/modules, so it should autolink correctly.

## [3.0.1](https://github.com/brandingbrand/react-native-leanplum/compare/v3.0.0...v3.0.1) (2019-08-06)


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": "@brandingbrand/react-native-leanplum",
"version": "5.0.0",
"version": "4.0.0",
"author": "Branding Brand LLC",
"bugs": {
"url": "https://github.com/brandingbrand/react-native-leanplum/issues"
Expand Down

0 comments on commit 9aa8ddc

Please sign in to comment.