- Add scope to LoginOptions interface and authorize URL params - Add scope to QuicksliceClientOptions with per-login override - Update README with scope documentation - Bump version to 0.2.0
···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
70000008## v0.17.3
910### Fixed
···5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78+## quickslice-client-js v0.2.0
9+10+### Added
11+- Add `scope` parameter to `QuicksliceClientOptions` for setting default OAuth scope
12+- Add `scope` option to `loginWithRedirect()` for per-login scope override
13+14## v0.17.3
1516### Fixed