diff --git a/packages/lhci-report/CHANGELOG.md b/packages/lhci-report/CHANGELOG.md index 34fe3cb..acadbf4 100644 --- a/packages/lhci-report/CHANGELOG.md +++ b/packages/lhci-report/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/rambler-digital-solutions/rambler-common/compare/@rambler-tech/lhci-report@0.1.4...@rambler-tech/lhci-report@0.2.0) (2024-10-03) + +### Bug Fixes + +- **lhci-report:** build to commonjs ([aa64a0d](https://github.com/rambler-digital-solutions/rambler-common/commit/aa64a0d9945323d8f04465760ecd649e4e27e3a3)) + +### Features + +- **lhci-report:** read report dir from lighthouse config ([dcdf8b4](https://github.com/rambler-digital-solutions/rambler-common/commit/dcdf8b4efc279f9c9d04006919ad5a8d286de801)) + ## [0.1.4](https://github.com/rambler-digital-solutions/rambler-common/compare/@rambler-tech/lhci-report@0.1.3...@rambler-tech/lhci-report@0.1.4) (2024-09-27) **Note:** Version bump only for package @rambler-tech/lhci-report diff --git a/packages/lhci-report/package.json b/packages/lhci-report/package.json index 12c2981..5e988af 100644 --- a/packages/lhci-report/package.json +++ b/packages/lhci-report/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/lhci-report", - "version": "0.1.4", + "version": "0.2.0", "bin": { "lhci-report": "dist/cli.js" },