From 36af68654085b5284a23b65a8fcc1ed32e297e27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 May 2021 05:13:42 +0000 Subject: [PATCH] chore(release): 8.13.16 [skip ci] ## [8.13.16](https://github.com/adobe/helix-publish/compare/v8.13.15...v8.13.16) (2021-05-19) ### Bug Fixes * **content:** allow cors headers for lnk request type ([#871](https://github.com/adobe/helix-publish/issues/871)) ([ca1498b](https://github.com/adobe/helix-publish/commit/ca1498b95887d67730526f0d674afcfb85919a2a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1f0e5..5722e726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.13.16](https://github.com/adobe/helix-publish/compare/v8.13.15...v8.13.16) (2021-05-19) + + +### Bug Fixes + +* **content:** allow cors headers for lnk request type ([#871](https://github.com/adobe/helix-publish/issues/871)) ([ca1498b](https://github.com/adobe/helix-publish/commit/ca1498b95887d67730526f0d674afcfb85919a2a)) + ## [8.13.15](https://github.com/adobe/helix-publish/compare/v8.13.14...v8.13.15) (2021-05-12) diff --git a/package-lock.json b/package-lock.json index 9fa8a21b..ed13d120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-publish", - "version": "8.13.15", + "version": "8.13.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-publish", - "version": "8.13.15", + "version": "8.13.16", "license": "Apache-2.0", "dependencies": { "@adobe/fastly-native-promises": "1.23.0", diff --git a/package.json b/package.json index 25f849cf..b062420c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-publish", - "version": "8.13.15", + "version": "8.13.16", "description": "A microservice that publishes Helix configurations to Fastly", "main": "src/index.js", "private": true,