Skip to content

Commit f052558

Browse files
committed
feat: bump version to v0.3.2
1 parent 494b4f9 commit f052558

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @crossid/crossid-spa-js
22

3+
## 0.3.2
4+
5+
[All Changes](https://github.com/crossid/crossid-spa-js/compare/v0.3.1...v0.3.2)
6+
7+
### Minor Changes
8+
9+
- Allow requesting tokens for narrowed scopes.
10+
311
## 0.3.1
412

513
[All Changes](https://github.com/crossid/crossid-spa-js/compare/v0.3.0...v0.3.1)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossid/crossid-spa-js",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Crossid is an OAuth2 / OIDC client for single page application (SPA) with support for PKCE extension.",
55
"main": "dist/crossid-spa-js.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)