Skip to content

Commit 7300927

Browse files
committed
chore: release 0.3.6
1 parent 2676125 commit 7300927

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
7+
8+
## [0.3.6] - 2021-04-15
79
### Added
810
- `playerContextChanged` events to iOS & Android [#118](https://github.com/cjam/react-native-spotify-remote/pull/118)
911
- CODE flow for Android Authentication [#121](https://github.com/cjam/react-native-spotify-remote/pull/121)
@@ -146,4 +148,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146148
### Added
147149
- iOS Auth Support
148150
- iOS App Remote
149-
- Minor API Documentation
151+
- Minor API Documentation

package.json

Lines changed: 2 additions & 2 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.5",
10+
"version": "0.3.6",
1111
"description": "React Native wrapper around the Spotify Remote SDK",
1212
"author": {
1313
"name": "Colter McQuay"
@@ -83,4 +83,4 @@
8383
}
8484
}
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)