diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ed1b62..7668e8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.14.15](https://github.com/adobe/helix-publish/compare/v8.14.14...v8.14.15) (2021-09-10) + + +### Bug Fixes + +* **deps:** update dependency @adobe/helix-universal to v1.6.9 ([#914](https://github.com/adobe/helix-publish/issues/914)) ([566998f](https://github.com/adobe/helix-publish/commit/566998f30eb448cd5f9998b9450f3b067be90bf8)) + ## [8.14.14](https://github.com/adobe/helix-publish/compare/v8.14.13...v8.14.14) (2021-09-03) diff --git a/package-lock.json b/package-lock.json index 690c9dc7..9baa65a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-publish", - "version": "8.14.14", + "version": "8.14.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-publish", - "version": "8.14.14", + "version": "8.14.15", "license": "Apache-2.0", "dependencies": { "@adobe/fastly-native-promises": "1.23.5", diff --git a/package.json b/package.json index 11f86aac..03d1cf17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-publish", - "version": "8.14.14", + "version": "8.14.15", "description": "A microservice that publishes Helix configurations to Fastly", "main": "src/index.js", "private": true,