diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e..dc70380 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc5319..c7a1a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.6.0](https://github.com/vanityURLs/code/compare/v3.5.0...v3.6.0) (2026-06-15) + + +### โœจ Features + +* **security:** sandbox custom public pages ([20ea447](https://github.com/vanityURLs/code/commit/20ea4479addccb5baa579f72db850425f3997f24)) +* validate first-party route references ([f7ff281](https://github.com/vanityURLs/code/commit/f7ff2818cde07633a752d9acf23014640661f544)) + + +### ๐Ÿ› Bug Fixes + +* add target check runtime controls ([1bf1a28](https://github.com/vanityURLs/code/commit/1bf1a289926ef1e16801112678388093b5d1346c)) + + +### ๐Ÿงน Chores + +* **deps-dev:** bump the npm-runtime group with 2 updates ([48e4439](https://github.com/vanityURLs/code/commit/48e4439748ede43519e81ae320ca22e749635842)) +* **deps-dev:** bump the npm-runtime group with 2 updates ([154e555](https://github.com/vanityURLs/code/commit/154e55557177e79d39e579d6b1c7adfcbffad081)) + ## [3.5.0](https://github.com/vanityURLs/code/compare/v3.4.1...v3.5.0) (2026-06-08) diff --git a/package-lock.json b/package-lock.json index ee389f4..2edf0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vanityURLs", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vanityURLs", - "version": "3.5.0", + "version": "3.6.0", "devDependencies": { "eslint": "^10.5.0", "eslint-plugin-sonarjs": "^4.0.3", diff --git a/package.json b/package.json index 20f0f95..8dc9dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanityURLs", - "version": "3.5.0", + "version": "3.6.0", "type": "module", "private": true, "scripts": {