diff --git a/CHANGELOG.md b/CHANGELOG.md index e55daff..1577c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/adobe/franklin-sidekick-library/compare/v1.8.0...v1.8.1) (2024-04-09) + + +### Bug Fixes + +* revert to hlx.live in app-model ([#108](https://github.com/adobe/franklin-sidekick-library/issues/108)) ([1a3974d](https://github.com/adobe/franklin-sidekick-library/commit/1a3974d36696915c77ed68402b667c25829956fc)) + # [1.8.0](https://github.com/adobe/franklin-sidekick-library/compare/v1.7.0...v1.8.0) (2024-02-20) diff --git a/package.json b/package.json index 99721d7..72c1c42 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Franklin Sidekick library", "license": "Apache License 2.0", "author": "Adobe", - "version": "1.8.0", + "version": "1.8.1", "type": "module", "scripts": { "lint": "eslint .",