Skip to content

Commit b624583

Browse files
committed
feat: bump version to v0.4.1
1 parent 0124387 commit b624583

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.4.1
4+
5+
[All Changes](https://github.com/crossid/crossid-spa-js/compare/v0.4.0...v0.4.1)
6+
7+
### Minor Changes
8+
9+
Bug fix in audience array to query param convertion.
10+
311
## 0.4.0
412

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

package-lock.json

+1-1
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.4.0",
3+
"version": "0.4.1",
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)