Skip to content

Commit 1875441

Browse files
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2023-10-09) ### Bug Fixes * getAuthorization returns authorization object or promise, resulting in the key only being read once ([7b490a5](7b490a5))
1 parent 7b490a5 commit 1875441

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.7.0...v1.7.1) (2023-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* getAuthorization returns authorization object or promise, resulting in the key only being read once ([7b490a5](https://github.com/CoCreate-app/CoCreate-authorize/commit/7b490a515e46704d20f325ada839d3dfd1cc2099))
7+
18
# [1.7.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.6.6...v1.7.0) (2023-09-19)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/authorize",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"authorize",
@@ -48,4 +48,4 @@
4848
"@cocreate/crud-client": "^1.27.0",
4949
"@cocreate/utils": "^1.24.2"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)