Skip to content

Commit 748357c

Browse files
committed
fix: changelog and version
1 parent 3bc9439 commit 748357c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.13.1] - 2023-08-24
11+
12+
- Fixes login methods API to return empty provider array instead of `null`
13+
- Fixes thirdpartypasswordless initialization when there are no static providers configured
14+
1015
## [0.13.0] - 2023-08-07
1116

1217
### Added

supertokens/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
)
2222

2323
// VERSION current version of the lib
24-
const VERSION = "0.13.0"
24+
const VERSION = "0.13.1"
2525

2626
var (
2727
cdiSupported = []string{"3.0"}

0 commit comments

Comments
 (0)