From 584a2ecb5ee1509473653511ffcec6816896b493 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Feb 2022 08:13:46 +0000 Subject: [PATCH] chore(release): 8.14.39 [skip ci] ## [8.14.39](https://github.com/adobe/helix-publish/compare/v8.14.38...v8.14.39) (2022-02-11) ### Bug Fixes * **deps:** update adobe fixes ([#1011](https://github.com/adobe/helix-publish/issues/1011)) ([97dfd4c](https://github.com/adobe/helix-publish/commit/97dfd4cfffa288a32f8777f2e8936973e6ef4163)) --- 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 f7148c89..6d6a3a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.14.39](https://github.com/adobe/helix-publish/compare/v8.14.38...v8.14.39) (2022-02-11) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#1011](https://github.com/adobe/helix-publish/issues/1011)) ([97dfd4c](https://github.com/adobe/helix-publish/commit/97dfd4cfffa288a32f8777f2e8936973e6ef4163)) + ## [8.14.38](https://github.com/adobe/helix-publish/compare/v8.14.37...v8.14.38) (2022-02-09) diff --git a/package-lock.json b/package-lock.json index 68f0843a..832b6221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-publish", - "version": "8.14.38", + "version": "8.14.39", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-publish", - "version": "8.14.38", + "version": "8.14.39", "license": "Apache-2.0", "dependencies": { "@adobe/fastly-native-promises": "2.0.1", diff --git a/package.json b/package.json index 9314d72e..4da7fee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-publish", - "version": "8.14.38", + "version": "8.14.39", "description": "A microservice that publishes Helix configurations to Fastly", "main": "src/index.js", "private": true,