Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.2...v1.5.0) (2020-04-05)

### Bug Fixes

* **build:**  Prevent to load RN in dependencies NPM ([#50](#50)) ([998a17e](998a17e))

### Features

* **rn:** BREAKING CHANGES: Hook API (Version bump for semver) ([9e3a22b](9e3a22b))
  • Loading branch information
semantic-release-bot committed Apr 5, 2020
1 parent 9e3a22b commit 882142d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bluetooth-status",
"version": "1.4.3",
"version": "1.5.0",
"description": "React-Native library to query and manage bluetooth state of the device (iOS and Android)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"flow-bin": "^0.114.0",
"semantic-release": "^15.14.0",
"jest": "^24.9.0",
"react-native": "^0.61.0"
"react-native": "^0.61.0"
},
"dependencies": {
"@cs125/wait-until": "^0.0.3"
Expand Down

0 comments on commit 882142d

Please sign in to comment.