diff --git a/CHANGELOG.md b/CHANGELOG.md index 541f96a..79f8372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.18.58](https://github.com/adobe/helix-static/compare/v1.18.57...v1.18.58) (2022-02-23) + + +### Bug Fixes + +* **deps:** update dependency object-hash to v3 ([#744](https://github.com/adobe/helix-static/issues/744)) ([95cb6d7](https://github.com/adobe/helix-static/commit/95cb6d7034a8490ce9755325627261950d634f27)) +* **deps:** update external fixes ([#741](https://github.com/adobe/helix-static/issues/741)) ([3d0d3d7](https://github.com/adobe/helix-static/commit/3d0d3d7aefe8d8971ff6a59e2a0d8eb594154834)) + ## [1.18.57](https://github.com/adobe/helix-static/compare/v1.18.56...v1.18.57) (2022-02-21) diff --git a/package-lock.json b/package-lock.json index c8fdd5e..2a3c7be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-static", - "version": "1.18.57", + "version": "1.18.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-static", - "version": "1.18.57", + "version": "1.18.58", "license": "Apache-2.0", "dependencies": { "@adobe/helix-fetch": "3.0.5", diff --git a/package.json b/package.json index 334609d..66d17cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-static", - "version": "1.18.57", + "version": "1.18.58", "private": true, "description": "Helix micro service for serving static files from GitHub", "main": "src/index.js",