@forge/csp
5.6.1-next.15.6.1
~
Modified (2 files)
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/csp",
- "version": "5.6.1-next.1",
+ "version": "5.6.1",
"description": "Contains the CSP configuration for Custom UI resources in Forge",
"main": "out/index.js",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
@@ -10,10 +10,10 @@
"compile": "tsc -b -v",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
},
"devDependencies": {
- "@forge/cli-shared": "8.12.1-next.3",
- "@forge/manifest": "11.3.1-next.3",
+ "@forge/cli-shared": "8.13.0",
+ "@forge/manifest": "11.3.1",
"@types/jest": "^29.5.14",
"@types/node": "20.19.1",
"cheerio": "^1.1.0"
}, Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,13 @@
# @forge/csp
+## 5.6.1
+
+### Patch Changes
+
+- 5a73009: Add hostname to connect-src CSP directive
+- a147579: Add http to localhost url for embedded macro when parent is tunneling
+
## 5.6.1-next.1
### Patch Changes