Skip to content

Commit 85717ea

Browse files
authored
Merge pull request #7 from curityio/feature/prepare-1.1.0-rc.2
Prepare 1.1.0-rc.2 release
2 parents c1bc908 + be1b7b8 commit 85717ea

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Token Handler Assistant Changelog
22

3-
## [1.0.0] - 2024-06-13
3+
## [1.1.0-rc.2] - 2024-06-24
44

5-
- Initial release of the Token Handler Assistant library
5+
- Add forgotten `RefreshResponse` to exports.
66

77
## [1.1.0-rc.1] - 2024-06-24
88

9-
- Add `accessTokenExpiresIn` in responses to `session()`, `refresh()` and `endLogin()` functions.
9+
- Add `accessTokenExpiresIn` in responses to `session()`, `refresh()` and `endLogin()` functions.
10+
11+
## [1.0.0] - 2024-06-13
12+
13+
- Initial release of the Token Handler Assistant library

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": "@curity/token-handler-js-assistant",
3-
"version": "1.1.0-rc.1",
3+
"version": "1.1.0-rc.2",
44
"description": "Curity Token Handler JavaScript helper library",
55
"main": "lib/token-handler-assistant-lib.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)