- 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
···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## quickslice-client-js v0.2.0
99+1010+### Added
1111+- Add `scope` parameter to `QuicksliceClientOptions` for setting default OAuth scope
1212+- Add `scope` option to `loginWithRedirect()` for per-login scope override
1313+814## v0.17.3
9151016### Fixed