Skip to content

Commit 1768983

Browse files
committed
chore: release 0.3.7
1 parent e5d6279 commit 1768983

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.7] - 2021-04-19
11+
1012
### Fixed
1113

1214
- Reference error for javascript projects [#127](https://github.com/cjam/react-native-spotify-remote/issues/127)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": {
88
"url": "https://github.com/cjam/react-native-spotify-remote/issues"
99
},
10-
"version": "0.3.6",
10+
"version": "0.3.7",
1111
"description": "React Native wrapper around the Spotify Remote SDK",
1212
"author": {
1313
"name": "Colter McQuay"
@@ -26,8 +26,8 @@
2626
"music",
2727
"audio",
2828
"remote",
29-
"mobile",
30-
"player"
29+
"mobile",
30+
"player"
3131
],
3232
"main": "dist/index",
3333
"module": "dist/index",

0 commit comments

Comments
 (0)