Skip to content

Commit 332dc93

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2022-09-25) ### Bug Fixes * **auth:** change order of condition when checking visitors id ([4d40b87](4d40b87))
1 parent 4d40b87 commit 332dc93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/sws2apps/sws2apps-api/compare/v1.0.2...v1.0.3) (2022-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **auth:** change order of condition when checking visitors id ([4d40b87](https://github.com/sws2apps/sws2apps-api/commit/4d40b872555c5dbbeb44d099801fc2cc66c0dc1e))
7+
18
## [1.0.2](https://github.com/sws2apps/sws2apps-api/compare/v1.0.1...v1.0.2) (2022-09-25)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sws2apps-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Node apps to handle backend operations for all sws2apps services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)