Skip to content

Commit 9dab2f5

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2022-09-25) ### Bug Fixes * **cors:** allow new apps urls to make requests ([2d8995c](2d8995c))
1 parent 2d8995c commit 9dab2f5

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.1](https://github.com/sws2apps/sws2apps-api/compare/v1.0.0...v1.0.1) (2022-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **cors:** allow new apps urls to make requests ([2d8995c](https://github.com/sws2apps/sws2apps-api/commit/2d8995cf235bccb109fd07c2a3d59ad6d2eca42b))
7+
18
# 1.0.0 (2022-09-25)
29

310
### Features

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.0",
3+
"version": "1.0.1",
44
"description": "Node apps to handle backend operations for all sws2apps services",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)