Skip to content

Commit 242fe4a

Browse files
authored
Merge pull request #10 from curityio/feature/release-1.1.0-prep
Prepare for 1.1.0 release
2 parents 9cf26e3 + d5bb371 commit 242fe4a

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# Token Handler Assistant Changelog
22

3-
## [1.1.0-rc.3] - 2024-07-03
3+
## [1.1.0] - 2024-08-12
44

55
- Send `token-handler-version` header in all requests
6-
7-
## [1.1.0-rc.2] - 2024-06-24
8-
9-
- Add forgotten `RefreshResponse` to exports.
10-
11-
## [1.1.0-rc.1] - 2024-06-24
12-
136
- Add `accessTokenExpiresIn` in responses to `session()`, `refresh()` and `endLogin()` functions.
147

158
## [1.0.0] - 2024-06-13

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.3",
3+
"version": "1.1.0",
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)