Skip to content

Commit f656176

Browse files
chore(release): 1.3.1 [skip ci]
# [@adobe/spacecat-shared-http-utils-v1.3.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.3.0...@adobe/spacecat-shared-http-utils-v1.3.1) (2024-05-29) ### Bug Fixes * Refactor createResponse Function to Handle Non-JSON Content-Types ([#244](#244)) ([7675f35](7675f35))
1 parent 7675f35 commit f656176

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/spacecat-shared-http-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [@adobe/spacecat-shared-http-utils-v1.3.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.3.0...@adobe/spacecat-shared-http-utils-v1.3.1) (2024-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Refactor createResponse Function to Handle Non-JSON Content-Types ([#244](https://github.com/adobe/spacecat-shared/issues/244)) ([7675f35](https://github.com/adobe/spacecat-shared/commit/7675f35c9ae8644b43b489136da66c21c2d7393b))
7+
18
# [@adobe/spacecat-shared-http-utils-v1.3.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.2.1...@adobe/spacecat-shared-http-utils-v1.3.0) (2024-05-21)
29

310

packages/spacecat-shared-http-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spacecat-shared-http-utils",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Shared modules of the Spacecat Services - HTTP Utils",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)