From 1bfb9fa1fa2efe75d6d492cf8a7f87c6af47eab1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2019 09:42:50 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-05-14) ### Bug Fixes * **static:** always return entry path for 404 errors ([552ef3d](https://github.com/adobe/helix-static/commit/552ef3d)) * **static:** cache error responses for 5 minutes ([3173cea](https://github.com/adobe/helix-static/commit/3173cea)) * **static:** handle more 404 errors with path ([2c1ac18](https://github.com/adobe/helix-static/commit/2c1ac18)) * **static:** normalize URLs in rewritten CSS and JS ([f238adb](https://github.com/adobe/helix-static/commit/f238adb)) * **static:** prevent possible XSS by sanitizing output ([0795581](https://github.com/adobe/helix-static/commit/0795581)) * **static:** return the original URL in case a static resource cannot get retieved for an ESI include ([453c724](https://github.com/adobe/helix-static/commit/453c724)), closes [#813](https://github.com/adobe/helix-static/issues/813) * **static:** turn on ESI processing when ESI flag is set ([a6d96b8](https://github.com/adobe/helix-static/commit/a6d96b8)) * **static:** use .url instead of .esi as extension for immutable resources ([d6c89f8](https://github.com/adobe/helix-static/commit/d6c89f8)) ### Features * **pipeline:** consistently use `context` instead of payload. ([ddea2cb](https://github.com/adobe/helix-static/commit/ddea2cb)), closes [#743](https://github.com/adobe/helix-static/issues/743) * **static:** add ESI aliasing support for JavaScript modules ([6c0d0d5](https://github.com/adobe/helix-static/commit/6c0d0d5)), closes [/github.com/adobe/helix-pipeline/issues/224#issuecomment-476690621](https://github.com//github.com/adobe/helix-pipeline/issues/224/issues/issuecomment-476690621) * **static:** Rewrite CSS URLs to Static ESI URLs so that better caching can be achieved ([75b47e5](https://github.com/adobe/helix-static/commit/75b47e5)), closes [adobe/helix-publish#61](https://github.com/adobe/helix-publish/issues/61) [adobe/helix-pipeline#267](https://github.com/adobe/helix-pipeline/issues/267) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..780188d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# 1.0.0 (2019-05-14) + + +### Bug Fixes + +* **static:** always return entry path for 404 errors ([552ef3d](https://github.com/adobe/helix-static/commit/552ef3d)) +* **static:** cache error responses for 5 minutes ([3173cea](https://github.com/adobe/helix-static/commit/3173cea)) +* **static:** handle more 404 errors with path ([2c1ac18](https://github.com/adobe/helix-static/commit/2c1ac18)) +* **static:** normalize URLs in rewritten CSS and JS ([f238adb](https://github.com/adobe/helix-static/commit/f238adb)) +* **static:** prevent possible XSS by sanitizing output ([0795581](https://github.com/adobe/helix-static/commit/0795581)) +* **static:** return the original URL in case a static resource cannot get retieved for an ESI include ([453c724](https://github.com/adobe/helix-static/commit/453c724)), closes [#813](https://github.com/adobe/helix-static/issues/813) +* **static:** turn on ESI processing when ESI flag is set ([a6d96b8](https://github.com/adobe/helix-static/commit/a6d96b8)) +* **static:** use .url instead of .esi as extension for immutable resources ([d6c89f8](https://github.com/adobe/helix-static/commit/d6c89f8)) + + +### Features + +* **pipeline:** consistently use `context` instead of payload. ([ddea2cb](https://github.com/adobe/helix-static/commit/ddea2cb)), closes [#743](https://github.com/adobe/helix-static/issues/743) +* **static:** add ESI aliasing support for JavaScript modules ([6c0d0d5](https://github.com/adobe/helix-static/commit/6c0d0d5)), closes [/github.com/adobe/helix-pipeline/issues/224#issuecomment-476690621](https://github.com//github.com/adobe/helix-pipeline/issues/224/issues/issuecomment-476690621) +* **static:** Rewrite CSS URLs to Static ESI URLs so that better caching can be achieved ([75b47e5](https://github.com/adobe/helix-static/commit/75b47e5)), closes [adobe/helix-publish#61](https://github.com/adobe/helix-publish/issues/61) [adobe/helix-pipeline#267](https://github.com/adobe/helix-pipeline/issues/267) diff --git a/package.json b/package.json index 7124723f..9bccb4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helix-static", - "version": "0.1.0", + "version": "1.0.0", "private": true, "description": "Helix micro service for serving static files from GitHub", "main": "src/index.js", @@ -15,7 +15,7 @@ "deploy": "wsk-builder -v --deploy --test" }, "wsk": { - "name": "helix-services/static@0.1.0", + "name": "bot/login@1.0.0", "static": [ ".env" ] @@ -84,4 +84,4 @@ "pre-commit": "npx lint-staged" } } -} +} \ No newline at end of file