diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0eb8249..dd1606539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.1.0...v1.1.1) (2023-02-08) + + +### Performance Improvements + +* **RHIF-167:** Refactor inventory detail to simplify the usage ([#1674](https://github.com/RedHatInsights/insights-inventory-frontend/issues/1674)) ([6343202](https://github.com/RedHatInsights/insights-inventory-frontend/commit/63432025fc195685c01f287e77f4d69ddba58962)) + # [1.1.0](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.0.0...v1.1.0) (2023-02-08) diff --git a/package-lock.json b/package-lock.json index 455471239..ccf71ae21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-inventory-frontend", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-inventory-frontend", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@patternfly/react-core": "^4.265.2", "@patternfly/react-icons": "^4.93.6", diff --git a/package.json b/package.json index 1b40bc5b6..e31277480 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-inventory-frontend", - "version": "1.1.0", + "version": "1.1.1", "private": false, "engines": { "node": ">=15.0.0",