From d270bf7fcfd3d39231fefb5e275fce1657ed7e9b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 May 2021 03:35:39 +0000 Subject: [PATCH] chore(release): 8.14.3 [skip ci] ## [8.14.3](https://github.com/adobe/helix-publish/compare/v8.14.2...v8.14.3) (2021-05-31) ### Bug Fixes * **deps:** update dependency @adobe/helix-universal to v1.6.1 ([#880](https://github.com/adobe/helix-publish/issues/880)) ([ed6aa06](https://github.com/adobe/helix-publish/commit/ed6aa06f108c57b403a0b7f9e3d326622dfa8f1c)) --- 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 670cde42..1f27c0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.14.3](https://github.com/adobe/helix-publish/compare/v8.14.2...v8.14.3) (2021-05-31) + + +### Bug Fixes + +* **deps:** update dependency @adobe/helix-universal to v1.6.1 ([#880](https://github.com/adobe/helix-publish/issues/880)) ([ed6aa06](https://github.com/adobe/helix-publish/commit/ed6aa06f108c57b403a0b7f9e3d326622dfa8f1c)) + ## [8.14.2](https://github.com/adobe/helix-publish/compare/v8.14.1...v8.14.2) (2021-05-30) diff --git a/package-lock.json b/package-lock.json index 7aa2e2a9..fef713fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-publish", - "version": "8.14.2", + "version": "8.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-publish", - "version": "8.14.2", + "version": "8.14.3", "license": "Apache-2.0", "dependencies": { "@adobe/fastly-native-promises": "1.23.1", diff --git a/package.json b/package.json index 73e47604..4b3ab8f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-publish", - "version": "8.14.2", + "version": "8.14.3", "description": "A microservice that publishes Helix configurations to Fastly", "main": "src/index.js", "private": true,